diff options
author | Stefano Karapetsas <[email protected]> | 2014-01-20 09:31:35 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-20 09:31:35 +0100 |
commit | 7779705809b61a180aeb2371afcf8d0cba9ba0e3 (patch) | |
tree | 9d0d1c191f55ca46d54f6cc0a021556f2b1aad06 /trashapplet/src/xstuff.h | |
parent | 3da42cef82ee714a2271849275dfeea3b03ed508 (diff) | |
download | mate-applets-7779705809b61a180aeb2371afcf8d0cba9ba0e3.tar.bz2 mate-applets-7779705809b61a180aeb2371afcf8d0cba9ba0e3.tar.xz |
trashapplet: Add GTK3 support
Diffstat (limited to 'trashapplet/src/xstuff.h')
-rw-r--r-- | trashapplet/src/xstuff.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/trashapplet/src/xstuff.h b/trashapplet/src/xstuff.h index f927c220..6bc1e835 100644 --- a/trashapplet/src/xstuff.h +++ b/trashapplet/src/xstuff.h @@ -7,7 +7,9 @@ void xstuff_delete_property (GdkWindow *window, const char *name); gboolean xstuff_is_compliant_wm (void); +#if !GTK_CHECK_VERSION (3, 0, 0) gboolean xstuff_net_wm_supports (const char *hint); +#endif void xstuff_set_no_group (GdkWindow *win); |