X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=blobdiff_plain;f=obrender%2Ftest.c;fp=obrender%2Ftest.c;h=7290c2209427ba5a3e87f6707431baf946df820c;hp=55ab621eac39954f92d637a5cc743b9edf806071;hb=d67b818ae90c5574166d08422d3e9a68d8d65e16;hpb=9325c92056ff4268db2263cdf8c07bb529e158aa diff --git a/obrender/test.c b/obrender/test.c index 55ab621e..7290c220 100644 --- a/obrender/test.c +++ b/obrender/test.c @@ -46,7 +46,6 @@ gint main() RrAppearance *look; int done; - Window root; XEvent report; gint h = 500, w = 500; @@ -64,7 +63,6 @@ gint main() 0); /* attributes */ XMapWindow(ob_display, win); XSelectInput(ob_display, win, ExposureMask | StructureNotifyMask); - root = RootWindow (ob_display, DefaultScreen (ob_display)); inst = RrInstanceNew(ob_display, ob_screen); look = RrAppearanceNew(inst, 0);