rnd-20040819-1-src
[rocksndiamonds.git] / src / libgame / x11.c
index 6d5cb0a9ffe513e25af43487da2dad744eb53aff..f03e961cd8c461e1d1abf5368ee5139ca24a9909 100644 (file)
@@ -106,8 +106,8 @@ static DrawWindow *X11InitWindow()
 #endif
   int screen_width, screen_height;
   int win_xpos, win_ypos;
-  unsigned long pen_fg = WhitePixel(display,screen);
-  unsigned long pen_bg = BlackPixel(display,screen);
+  unsigned long pen_fg = WhitePixel(display, screen);
+  unsigned long pen_bg = BlackPixel(display, screen);
   const int width = video.width, height = video.height;
   int i;