]> Dogcows Code - chaz/openbox/blobdiff - plugins/placement/placement.c
rename event() to place_event()
[chaz/openbox] / plugins / placement / placement.c
index 730a4f76647b2218bbab4dc60d3d738c5eddb547..58c29a480039fc4d3469dd67a1ab29475832766f 100644 (file)
@@ -31,7 +31,7 @@ void place_random(Client *c)
                      TRUE, TRUE);
 }
 
-void event(ObEvent *e, void *foo)
+void place_event(ObEvent *e, void *foo)
 {
     g_assert(e->type == Event_Client_New);
 
@@ -43,7 +43,7 @@ void event(ObEvent *e, void *foo)
 
 void plugin_startup()
 {
-    dispatch_register(Event_Client_New, (EventHandler)event, NULL);
+    dispatch_register(Event_Client_New, (EventHandler)place_event, NULL);
 
     history_startup();
 }
This page took 0.021599 seconds and 4 git commands to generate.