X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Furgent.c;h=c29e3005e302e04f7392945637c148774856dfce;hb=6eb740cf119b14903afa3028e108dd98c57ff926;hp=f96bd0a326ff28231f23b6734a0e85e1c270579a;hpb=92bc846ce16fe5fb63c2b4b38a780489e2979b11;p=chaz%2Fopenbox diff --git a/tests/urgent.c b/tests/urgent.c index f96bd0a3..c29e3005 100644 --- a/tests/urgent.c +++ b/tests/urgent.c @@ -1,3 +1,21 @@ +/* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- + + urgent.c for the Openbox window manager + 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 + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + See the COPYING file for a copy of the GNU General Public License. +*/ + #include #include #include @@ -26,12 +44,13 @@ int main () { x, y, w, h, 10, CopyFromParent, CopyFromParent, CopyFromParent, 0, NULL); - XSetWindowBackground(display,win,WhitePixel(display,0)); + XSetWindowBackground(display,win,WhitePixel(display,0)); XMapWindow(display, win); XFlush(display); - sleep(2); + sleep(1); + printf("urgent on\n"); hint.flags = XUrgencyHint; XSetWMHints(display, win, &hint); XFlush(display);