X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=render%2Ftest.c;h=f1992de9343ee7319aa79357ffdf24c3140064fa;hb=bdf1662af23289fd5674252f6caaf63728a186c5;hp=b42f553d5365bc964dec0932ac0a3e952205f02e;hpb=ab68bcfb1e93daa41131174ac998548a183b5395;p=chaz%2Fopenbox diff --git a/render/test.c b/render/test.c index b42f553d..f1992de9 100644 --- a/render/test.c +++ b/render/test.c @@ -1,7 +1,7 @@ #include #include #include -#include +/*#include */ #include #include #include "render.h" @@ -41,11 +41,11 @@ int main() win = XCreateWindow(ob_display, RootWindow(ob_display, 0) , 10, 10, w, h, 10, - CopyFromParent, // depth - CopyFromParent, // class - CopyFromParent, // visual - 0, // valuemask - 0); // attributes + CopyFromParent, /* depth */ + CopyFromParent, /* class */ + CopyFromParent, /* visual */ + 0, /* valuemask */ + 0); /* attributes */ XMapWindow(ob_display, win); XSelectInput(ob_display, win, ExposureMask | StructureNotifyMask); root = RootWindow (ob_display, DefaultScreen (ob_display));