From 02dae3f63f25349271b42a22f2b284e9c7b06c31 Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 9 Sep 2009 14:03:32 +0000 Subject: Resynchronised with released branch (miext rootless is not used.) --- xorg-server/miext/rootless/rootlessWindow.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'xorg-server/miext/rootless/rootlessWindow.c') diff --git a/xorg-server/miext/rootless/rootlessWindow.c b/xorg-server/miext/rootless/rootlessWindow.c index f3bbd21cf..e273d0e38 100644 --- a/xorg-server/miext/rootless/rootlessWindow.c +++ b/xorg-server/miext/rootless/rootlessWindow.c @@ -36,13 +36,13 @@ #include /* For NULL */ #include /* For CHAR_BIT */ #include -#include -#include #ifdef __APPLE__ //#include +#include #include "mi.h" #include "pixmapstr.h" #include "windowstr.h" +#include //#include extern int darwinMainScreenX, darwinMainScreenY; #endif @@ -86,11 +86,9 @@ static inline int configure_window (xp_window_id id, unsigned int mask, const xp_window_changes *values) { -#ifdef __APPLE__ if (!no_configure_window) return xp_configure_window (id, mask, values); else -#endif return XP_Success; } @@ -105,7 +103,6 @@ current_time_in_seconds (void) return t; } */ -#ifdef __APPLE__ void RootlessNativeWindowStateChanged (WindowPtr pWin, unsigned int state) { @@ -175,7 +172,6 @@ set_screen_origin (WindowPtr pWin) dixChangeWindowProperty(serverClient, pWin, xa_native_screen_origin(), XA_INTEGER, 32, PropModeReplace, 2, data, TRUE); } -#endif /* __APPLE__ */ /* * RootlessCreateWindow -- cgit v1.2.3