aboutsummaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2014-01-28 16:50:47 +0100
committerJavier <dev.git@javispedro.com>2014-01-28 16:50:47 +0100
commitc2d6d46b9ca89cb1c0729ee599c3566d3d1e7cf7 (patch)
tree7e1e2285437816c06ac884d68284d854413cf41e /global.h
downloadtopmenu-gtk-c2d6d46b9ca89cb1c0729ee599c3566d3d1e7cf7.tar.gz
topmenu-gtk-c2d6d46b9ca89cb1c0729ee599c3566d3d1e7cf7.zip
initial import
Diffstat (limited to 'global.h')
-rw-r--r--global.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/global.h b/global.h
new file mode 100644
index 0000000..f10a738
--- /dev/null
+++ b/global.h
@@ -0,0 +1,18 @@
+#ifndef _TOPMENU_GLOBAL_H_
+#define _TOPMENU_GLOBAL_H_
+
+/* Private definitions that are common to entire project. */
+
+#include "config.h"
+
+/** The window ID of this top level's window attached menu window. */
+#define ATOM_TOPMENU_WINDOW "TOPMENU_WINDOW"
+
+/** The X11 selection that is used to indicate the current server widget. */
+#define ATOM_TOPMENU_SERVER_SELECTION "TOPMENU_SERVER"
+
+/* Gobject data keys */
+#define OBJECT_DATA_KEY_PLUG "topmenu-plug"
+#define OBJECT_DATA_KEY_SERVER_STUB "topmenu-server-stub"
+
+#endif