diff options
Diffstat (limited to 'global.h')
-rw-r--r-- | global.h | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -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 |