]> Dogcows Code - chaz/openbox/blobdiff - plugins/placement/placement.c
don't snap to non-visibles
[chaz/openbox] / plugins / placement / placement.c
index 730a4f76647b2218bbab4dc60d3d738c5eddb547..d6011132f12014ff151b05e0a3b6bbda9d21ab41 100644 (file)
@@ -8,7 +8,7 @@
 
 gboolean history = TRUE;
 
-void place_random(Client *c)
+static void place_random(Client *c)
 {
     int l, r, t, b;
     int x, y;
@@ -31,7 +31,7 @@ void place_random(Client *c)
                      TRUE, TRUE);
 }
 
-void event(ObEvent *e, void *foo)
+static void event(ObEvent *e, void *foo)
 {
     g_assert(e->type == Event_Client_New);
 
This page took 0.023288 seconds and 4 git commands to generate.