Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar3/sugar-key-grabber.h
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2011-11-13 16:03:44 (GMT)
committer Sascha Silbe <silbe@activitycentral.com>2011-11-22 12:28:55 (GMT)
commite326b7287caeac6a252387594ba3180aa8fb5cc1 (patch)
tree7a2817952897bca413f2a3548007dfa9a550463b /src/sugar3/sugar-key-grabber.h
parent2158c38830e71ec856b962b734a2e6fd2261dcf5 (diff)
Switch sugarext to be an introspectable library
This makes sugarext accessible through introspection. It is used from the shell (key grabber, sound volume management) and the shell session management.
Diffstat (limited to 'src/sugar3/sugar-key-grabber.h')
-rw-r--r--src/sugar3/sugar-key-grabber.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sugar3/sugar-key-grabber.h b/src/sugar3/sugar-key-grabber.h
index ab02870..9abc887 100644
--- a/src/sugar3/sugar-key-grabber.h
+++ b/src/sugar3/sugar-key-grabber.h
@@ -21,7 +21,7 @@
#define __SUGAR_KEY_GRABBER_H__
#include <glib-object.h>
-#include <gdk/gdkwindow.h>
+#include <gdk/gdk.h>
G_BEGIN_DECLS