summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2013-07-03 13:08:03 +0100
committerJon TURNEY <jon.turney@dronecode.org.uk>2013-07-06 12:09:24 +0100
commit2d805e09c3aad46577a875aebeb036c00d986500 (patch)
tree8479f8874556838fb87deb1b616b46bd778f7706
parent17df07287a41d1778325aa81a8b1cbd9c4bfdfba (diff)
Remove unused wm_transient_for_atom
We use xcb_icccm_get_wm_transient_for() to access this atom.
-rw-r--r--src/libxcwm/xcwm_internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libxcwm/xcwm_internal.h b/src/libxcwm/xcwm_internal.h
index b3e2582..21685a2 100644
--- a/src/libxcwm/xcwm_internal.h
+++ b/src/libxcwm/xcwm_internal.h
@@ -51,7 +51,6 @@ typedef struct xcwm_event_connection {
*/
struct xcwm_wm_atoms_t {
xcb_atom_t wm_delete_window_atom;
- xcb_atom_t wm_transient_for_atom;
xcb_atom_t wm_state_atom;
xcb_atom_t net_wm_window_type_splashscreen;
xcb_ewmh_connection_t ewmh_conn;