]> Dogcows Code - chaz/openbox/blobdiff - openbox/prompt.c
event_curtime is replaced (publicly) by event_time()
[chaz/openbox] / openbox / prompt.c
index 50d09037a23e34ec293029255c06ce43dc8a38ef..77398c5fa7ba01c006e28d97fdaa081ab934dcfc 100644 (file)
@@ -462,7 +462,7 @@ void prompt_show(ObPrompt *self, ObClient *parent, gboolean modal)
         /* activate the prompt */
         OBT_PROP_MSG(ob_screen, self->super.window, NET_ACTIVE_WINDOW,
                      1, /* from an application.. */
-                     event_curtime,
+                     event_time(),
                      0,
                      0, 0);
         return;
This page took 0.023795 seconds and 4 git commands to generate.