X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Fstartupnotify.c;h=8866e40a1b1cfe66e4ca081b652acb96bd147b80;hb=e68e6c6a536a2132570ddf1d1d3759bb31ef781e;hp=6d1ba5ad623298166e00ce8f27bb294cdb148e9c;hpb=2cd1644e1040684d5f646541f65a36b01b011db2;p=chaz%2Fopenbox diff --git a/openbox/startupnotify.c b/openbox/startupnotify.c index 6d1ba5ad..8866e40a 100644 --- a/openbox/startupnotify.c +++ b/openbox/startupnotify.c @@ -5,7 +5,8 @@ void sn_startup(gboolean reconfig) {} void sn_shutdown(gboolean reconfig) {} gboolean sn_app_starting() { return FALSE; } -void sn_app_started(gchar *wmclass, guint *desktop) {} +void sn_app_started(gchar *wmclass) {} +gboolean sn_get_desktop(gchar *id, guint *desktop) { return FALSE; } #else