]> Dogcows Code - chaz/openbox/blobdiff - tests/urgent.c
throw in some output
[chaz/openbox] / tests / urgent.c
index 823fa76599e2ebe52ec176773d6aa345757b7594..c238e859b73db4a69d1befd440dd0e7449660f7a 100644 (file)
@@ -48,8 +48,9 @@ int main () {
 
   XMapWindow(display, win);
   XFlush(display);
-  sleep(2);
+  sleep(1);
 
+  printf("urgent on\n");
   hint.flags = XUrgencyHint;
   XSetWMHints(display, win, &hint);
   XFlush(display);
This page took 0.021011 seconds and 4 git commands to generate.