]> Dogcows Code - chaz/openbox/blobdiff - render/render.c
remove the last of the cool stuff thanks to GTK fuck fuck. no more not focusing windo...
[chaz/openbox] / render / render.c
index 166d446ff9eef2b2e68ede9083b4fb670dc03ab9..3327effaac7a695eb6a42f7e98c523573c3932c7 100644 (file)
@@ -16,7 +16,7 @@
 #endif
 
 static void pixel_data_to_pixmap(RrAppearance *l,
-                                gint x, gint y, gint w, gint h);
+                                 gint x, gint y, gint w, gint h);
 
 void RrPaint(RrAppearance *l, Window win, gint w, gint h)
 {
@@ -222,7 +222,8 @@ void RrAppearanceFree(RrAppearance *a)
 }
 
 
-static void pixel_data_to_pixmap(RrAppearance *l, gint x, gint y, gint w, gint h)
+static void pixel_data_to_pixmap(RrAppearance *l,
+                                 gint x, gint y, gint w, gint h)
 {
     RrPixel32 *in, *scratch;
     Pixmap out;
This page took 0.022207 seconds and 4 git commands to generate.