From: Dana Jansens Date: Wed, 24 Sep 2003 17:16:28 +0000 (+0000) Subject: throw in some output X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=1aaac3dcf2c229281a7708555dd800b5a66b5b64;p=chaz%2Fopenbox throw in some output --- diff --git a/tests/urgent.c b/tests/urgent.c index 823fa765..c238e859 100644 --- a/tests/urgent.c +++ b/tests/urgent.c @@ -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);