[PATCH] dix: Include selection.h directly.
Maarten Lankhorst
maarten.lankhorst at canonical.com
Mon May 27 01:00:25 PDT 2013
Fixes the implicit declaration of DeleteWindowFromAnySelections during debian's udeb build.
Signed-off-by: Maarten Lankhorst <maarten.lankhorst at canonical.com>
---
diff --git a/dix/window.c b/dix/window.c
index a5b28a6..6446c92 100644
--- a/dix/window.c
+++ b/dix/window.c
@@ -120,6 +120,7 @@ Equipment Corporation.
#include "panoramiX.h"
#include "panoramiXsrv.h"
#endif
+#include "selection.h"
#include "dixevents.h"
#include "globals.h"
#include "mi.h" /* miPaintWindow */
More information about the xorg-devel
mailing list