]> Dogcows Code - chaz/openbox/blobdiff - openbox/startupnotify.c
event_curtime is replaced (publicly) by event_time()
[chaz/openbox] / openbox / startupnotify.c
index aa6db7e6ce29f01c11a60a131f27f29814956863..c300d57d5cea43d0b56a2f75c107ea200b43de99 100644 (file)
@@ -255,7 +255,7 @@ void sn_setup_spawn_environment(const gchar *program, const gchar *name,
     if (desktop >= 0 && (unsigned) desktop < screen_num_desktops)
         sn_launcher_context_set_workspace(sn_launcher, (signed) desktop);
     sn_launcher_context_initiate(sn_launcher, "openbox", program,
-                                 event_curtime);
+                                 event_time());
     id = sn_launcher_context_get_startup_id(sn_launcher);
 
     /* 20 second timeout for apps to start */
This page took 0.022099 seconds and 4 git commands to generate.