xdemo.c
changeset 27 81a574d60c15
parent 9 c3fecc82ade6
child 48 b94d657a9acb
--- a/xdemo.c
+++ b/xdemo.c
@@ -10,8 +10,11 @@
 int main (int argc, char **argv)
 {
     Window w = 0;
+
     Display *dpy = XOpenDisplay (NULL);
+
     XEvent xev;
+
     int active;
 
     if (dpy == NULL) {