diff options
author | Stefano Karapetsas <[email protected]> | 2014-01-15 17:03:00 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-15 17:03:00 +0100 |
commit | 250aa6b573bc495efe96dad816267daf65182a3c (patch) | |
tree | fb28bc23edf9161ee1c4d22d8e706f15d30d7ef5 /maximus/eggaccelerators.h | |
parent | 9d05ecd2763d64ee679e5ba350a1e5b70beb14b8 (diff) | |
download | mate-netbook-250aa6b573bc495efe96dad816267daf65182a3c.tar.bz2 mate-netbook-250aa6b573bc495efe96dad816267daf65182a3c.tar.xz |
maximus: Add GTK3 support
Diffstat (limited to 'maximus/eggaccelerators.h')
-rw-r--r-- | maximus/eggaccelerators.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maximus/eggaccelerators.h b/maximus/eggaccelerators.h index 18e3ae0..282f146 100644 --- a/maximus/eggaccelerators.h +++ b/maximus/eggaccelerators.h @@ -20,7 +20,7 @@ #ifndef __EGG_ACCELERATORS_H__ #define __EGG_ACCELERATORS_H__ -#include <gtk/gtkaccelgroup.h> +#include <gtk/gtk.h> #include <gdk/gdk.h> G_BEGIN_DECLS |