projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
611e8a5
)
fix6
author
Mikael Magnusson
<mikachu@comhem.se>
Thu, 8 Jun 2006 11:45:12 +0000
(11:45 +0000)
committer
Mikael Magnusson
<mikachu@comhem.se>
Thu, 8 Jun 2006 11:45:12 +0000
(11:45 +0000)
openbox/place.c
patch
|
blob
|
history
diff --git
a/openbox/place.c
b/openbox/place.c
index 78e94814fcb6f334510e3592f588d1d9171050a3..e075489f7ae9e0cabc475d75de21144ff92f9c05 100644
(file)
--- a/
openbox/place.c
+++ b/
openbox/place.c
@@
-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;