Add a few missing includes and remove a stray debug printf.
This commit is contained in:
parent
be71b344fa
commit
2c05d1fb52
4 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue