aboutsummaryrefslogtreecommitdiff
path: root/src/volume-widget.h
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-06-23 10:29:24 +0200
committerConor Curran <conor.curran@canonical.com>2011-06-23 10:29:24 +0200
commitf51439abe6747ef022989a2aa6262481dc6c771d (patch)
treeab8893a878c38e7f383df787ca148d2f105ed489 /src/volume-widget.h
parent808a7108ec6c8cca9423b25269c846b5c6e2461d (diff)
parent41416ba7f8944ac60a6c1d84409d05a2d9e4d787 (diff)
downloadayatana-indicator-sound-f51439abe6747ef022989a2aa6262481dc6c771d.tar.gz
ayatana-indicator-sound-f51439abe6747ef022989a2aa6262481dc6c771d.tar.bz2
ayatana-indicator-sound-f51439abe6747ef022989a2aa6262481dc6c771d.zip
merge MTerry's gtk3 porting work
Diffstat (limited to 'src/volume-widget.h')
-rw-r--r--src/volume-widget.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/volume-widget.h b/src/volume-widget.h
index 7012473..3deb99c 100644
--- a/src/volume-widget.h
+++ b/src/volume-widget.h
@@ -21,7 +21,12 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
#include <glib.h>
#include <glib-object.h>
+#include <gtk/gtk.h>
+#if GTK_CHECK_VERSION(3, 0, 0)
+#include <libdbusmenu-gtk3/menuitem.h>
+#else
#include <libdbusmenu-gtk/menuitem.h>
+#endif
#include <libindicator/indicator-object.h>
G_BEGIN_DECLS