aboutsummaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'global.h')
-rw-r--r--global.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/global.h b/global.h
index 3229497..9b4bd69 100644
--- a/global.h
+++ b/global.h
@@ -11,12 +11,7 @@
/** The X11 selection that is used to indicate the current server widget. */
#define ATOM_TOPMENU_SERVER_SELECTION "_TOPMENU_SERVER"
-/* Gobject data keys */
-/** For a GtkWindow, stores its associated TopMenu GtkPlug */
-#define OBJECT_DATA_KEY_PLUG "topmenu-plug"
-
-/** For a server widget, stores the associated stub window.
- This is the window that might own ATOM_TOPMENU_SERVER_SELECTION. */
-#define OBJECT_DATA_KEY_SERVER_STUB "topmenu-server-stub"
+/** Event sent from server widget to current client, to indicate a change of background */
+#define ATOM_TOPMENU_BACKGROUND_CHANGE "_TOPMENU_BACKGROUND_CHANGE"
#endif