diff options
author | Alan Fitton <alan@eth0.org.uk> | 2012-06-26 17:15:04 +0100 |
---|---|---|
committer | Alan Fitton <alan@eth0.org.uk> | 2012-06-26 17:15:04 +0100 |
commit | 9094eb1fe7d6358db02f6316b5c3c0b49070bcce (patch) | |
tree | 15622f330e72ca8bf6afbe8d3d8db4a274ae5579 /src/util.h | |
parent | 14bc1b2a0ef89e7ad8c4878108ccbe3665d32096 (diff) |
try to only use libappindicator if we're running in unity
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -97,6 +97,7 @@ gboolean should_be_minimised(int argc, char *argv[]); gboolean is_minimised_arg(const gchar * arg); GtkWidget *trg_vbox_new(gboolean homogeneous, gint spacing); GtkWidget *trg_hbox_new(gboolean homogeneous, gint spacing); +gboolean is_unity(); #ifdef WIN32 gchar *trg_win32_support_path(gchar *file); |