]> Dogcows Code - chaz/openbox/commitdiff
throw in some output
authorDana Jansens <danakj@orodu.net>
Wed, 24 Sep 2003 17:16:28 +0000 (17:16 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 24 Sep 2003 17:16:28 +0000 (17:16 +0000)
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.02736 seconds and 4 git commands to generate.