X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=render%2Ftest.c;h=459d26621b4fa4376a03c07d6c6e54908d52f96a;hb=e5be9ad6ccc45b03ee52939f0c9e04a74009986b;hp=b42f553d5365bc964dec0932ac0a3e952205f02e;hpb=ab68bcfb1e93daa41131174ac998548a183b5395;p=chaz%2Fopenbox diff --git a/render/test.c b/render/test.c index b42f553d..459d2662 100644 --- a/render/test.c +++ b/render/test.c @@ -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));