X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=plugins%2Fplacement%2Fplacement.c;h=d6011132f12014ff151b05e0a3b6bbda9d21ab41;hb=b3507a096858a4958daf92eefbe8bde7efb31b91;hp=730a4f76647b2218bbab4dc60d3d738c5eddb547;hpb=474f689132d906a553bdc695d3c179652cbe8c53;p=chaz%2Fopenbox diff --git a/plugins/placement/placement.c b/plugins/placement/placement.c index 730a4f76..d6011132 100644 --- a/plugins/placement/placement.c +++ b/plugins/placement/placement.c @@ -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);