X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=render%2Ftest.c;h=b42f553d5365bc964dec0932ac0a3e952205f02e;hb=a91a6f97daeb058f346246081e1c83a788787f9b;hp=114819af75aa8d089564c5e41d8d48b84deb5fee;hpb=f8a47de5ec444c452093371e3db16857eb39a490;p=chaz%2Fopenbox diff --git a/render/test.c b/render/test.c index 114819af..b42f553d 100644 --- a/render/test.c +++ b/render/test.c @@ -61,7 +61,7 @@ int main() return 0; } - paint(win, look, 500, 500); + paint(win, look, 0, 0, 500, 500); while (1) { XNextEvent(ob_display, &report); switch (report.type) { @@ -70,7 +70,7 @@ int main() case ConfigureNotify: w = report.xconfigure.width; h = report.xconfigure.height; - paint(win, look, w, h); + paint(win, look, 0, 0, w, h); printf("confignotify %i:%i\n", w, h); break; }