]> Dogcows Code - chaz/openbox/commitdiff
fix6
authorMikael Magnusson <mikachu@comhem.se>
Thu, 8 Jun 2006 11:45:12 +0000 (11:45 +0000)
committerMikael Magnusson <mikachu@comhem.se>
Thu, 8 Jun 2006 11:45:12 +0000 (11:45 +0000)
openbox/place.c

index 78e94814fcb6f334510e3592f588d1d9171050a3..e075489f7ae9e0cabc475d75de21144ff92f9c05 100644 (file)
@@ -331,7 +331,7 @@ static gboolean place_under_mouse(ObClient *client, gint *x, gint *y)
     return TRUE;
 }
 
-void place_window_from_settings(ObClient *client, gint *x, gint *y, ObAppSettings *settings)
+static gboolean place_per_app_setting(ObClient *client, gint *x, gint *y, ObAppSettings *settings)
 {
     gint px, py, i;
     Rect *screen;
This page took 0.026231 seconds and 4 git commands to generate.