diff options
author | infirit <[email protected]> | 2014-11-22 15:29:38 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-11-22 15:29:38 +0100 |
commit | ab4168815a56729801366abd329d5d47f0b0cdcf (patch) | |
tree | 3e122edcfc7faf5c25875a2579c7012ad983fd3c | |
parent | 33290996c5c09725f902f23d362450cc58543a23 (diff) | |
download | mate-panel-ab4168815a56729801366abd329d5d47f0b0cdcf.tar.bz2 mate-panel-ab4168815a56729801366abd329d5d47f0b0cdcf.tar.xz |
Fix implicit declaration of function of gdk_x11_set_sm_client_id
We now use it for both Gtk+2 and Gtk+3
-rw-r--r-- | mate-panel/panel-session.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mate-panel/panel-session.c b/mate-panel/panel-session.c index 917d9ff5..6377c4ac 100644 --- a/mate-panel/panel-session.c +++ b/mate-panel/panel-session.c @@ -28,9 +28,7 @@ #include <gtk/gtk.h> #include <gdk/gdk.h> -#if GTK_CHECK_VERSION (3, 0, 0) #include <gdk/gdkx.h> -#endif #include <libegg/eggsmclient.h> |