X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fstartupnotify.h;h=cf23835476c09268a7b90192d80f0667e20068c3;hb=9d6e3907650f4bc05ebf147aeec92573d7b88758;hp=1a6d47a14b29d149ad0414e16689012c35eade20;hpb=bd19fd06db8905ef835109414314ef928370a7d7;p=chaz%2Fopenbox diff --git a/openbox/startupnotify.h b/openbox/startupnotify.h index 1a6d47a1..cf238354 100644 --- a/openbox/startupnotify.h +++ b/openbox/startupnotify.h @@ -20,6 +20,7 @@ #define ob__startupnotify_h #include +#include void sn_startup(gboolean reconfig); void sn_shutdown(gboolean reconfig); @@ -27,7 +28,7 @@ void sn_shutdown(gboolean reconfig); gboolean sn_app_starting(); /*! Notify that an app has started */ -void sn_app_started(const gchar *id, const gchar *wmclass); +Time sn_app_started(const gchar *id, const gchar *wmclass); /*! Get the desktop requested via the startup-notiication protocol if one was requested */