]> Dogcows Code - chaz/openbox/blobdiff - render/test.c
add strict ansi compliance
[chaz/openbox] / render / test.c
index b42f553d5365bc964dec0932ac0a3e952205f02e..459d26621b4fa4376a03c07d6c6e54908d52f96a 100644 (file)
@@ -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));
This page took 0.022125 seconds and 4 git commands to generate.