]> Dogcows Code - chaz/openbox/blobdiff - tests/urgent.c
add another skiptskbar test that sets it after mapping
[chaz/openbox] / tests / urgent.c
index 823fa76599e2ebe52ec176773d6aa345757b7594..92eb5e53114de0d9a523beaa0f3036be5bf3b042 100644 (file)
@@ -1,7 +1,7 @@
 /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*-
 
    urgent.c for the Openbox window manager
-   Copyright (c) 2003        Ben Jansens
+   Copyright (c) 2003-2007   Dana Jansens
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -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.020653 seconds and 4 git commands to generate.