]> Dogcows Code - chaz/openbox/blobdiff - openbox/startupnotify.h
make startup notification a little more robust. obconf is just broken, between
[chaz/openbox] / openbox / startupnotify.h
index bbcd82f374205470532f49f55b3e5e8ba951d20f..1a6d47a14b29d149ad0414e16689012c35eade20 100644 (file)
@@ -1,4 +1,4 @@
-/* -*- indent-tabs-mode: t; tab-width: 4; c-basic-offset: 4; -*-
+/* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*-
 
    startupnotify.h for the Openbox window manager
    Copyright (c) 2003        Ben Jansens
@@ -27,7 +27,7 @@ void sn_shutdown(gboolean reconfig);
 gboolean sn_app_starting();
 
 /*! Notify that an app has started */
-void sn_app_started(gchar *wmclass);
+void sn_app_started(const gchar *id, const gchar *wmclass);
 
 /*! Get the desktop requested via the startup-notiication protocol if one
   was requested */
This page took 0.020607 seconds and 4 git commands to generate.