From 0a69cfc6d2cf672634e95d5eb2015434dd924abc Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 21 Mar 2003 20:25:34 +0000 Subject: add strict ansi compliance --- render/test.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'render/test.c') 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)); -- cgit v1.2.3