]> Dogcows Code - chaz/openbox/blobdiff - openbox/startupnotify.c
fix for not using startup notification
[chaz/openbox] / openbox / startupnotify.c
index 6d1ba5ad623298166e00ce8f27bb294cdb148e9c..8866e40a1b1cfe66e4ca081b652acb96bd147b80 100644 (file)
@@ -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
 
This page took 0.020541 seconds and 4 git commands to generate.