diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2008-01-26 18:25:32 +0100 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2008-01-26 18:48:35 +0100 |
| commit | 2c05d1fb529f80d7e040dd0b9f3af13bd90580f2 (patch) | |
| tree | 4058aa81d6892196895ba75afc870c5b28f82f40 /openbox/extensions.c | |
| parent | be71b344fa740cfa061fea81426583ff44aeee9b (diff) | |
Add a few missing includes and remove a stray debug printf.
Diffstat (limited to 'openbox/extensions.c')
| -rw-r--r-- | openbox/extensions.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openbox/extensions.c b/openbox/extensions.c index d1088361..cd188dd0 100644 --- a/openbox/extensions.c +++ b/openbox/extensions.c @@ -87,7 +87,6 @@ void extensions_xinerama_screens(Rect **xin_areas, guint *nxin) guint i; gint l, r, t, b; if (ob_debug_xinerama) { - g_print("Using fake xinerama !\n"); gint w = WidthOfScreen(ScreenOfDisplay(ob_display, ob_screen)); gint h = HeightOfScreen(ScreenOfDisplay(ob_display, ob_screen)); *nxin = 2; |
