Add a few missing includes and remove a stray debug printf.

This commit is contained in:
Mikael Magnusson 2008-01-26 18:25:32 +01:00
parent be71b344fa
commit 2c05d1fb52
4 changed files with 3 additions and 1 deletions

View file

@ -22,6 +22,7 @@
#include "menuframe.h"
#include "screen.h"
#include "client.h"
#include "client_list_combined_menu.h"
#include "focus.h"
#include "config.h"
#include "gettext.h"

View file

@ -22,6 +22,7 @@
#include "menuframe.h"
#include "screen.h"
#include "client.h"
#include "client_list_menu.h"
#include "focus.h"
#include "config.h"
#include "gettext.h"

View file

@ -22,6 +22,7 @@
#include "config.h"
#include "screen.h"
#include "client.h"
#include "client_menu.h"
#include "openbox.h"
#include "frame.h"
#include "moveresize.h"

View file

@ -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;