summaryrefslogtreecommitdiff
path: root/hw/xwin/win.h
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2014-09-25 15:49:26 -0400
committerAdam Jackson <ajax@redhat.com>2014-10-09 09:28:04 +0200
commitc79f824bf6617816aaf10393beec8dddfa591f7b (patch)
treeaaf15d52786481d13f8d68c56f3acf8a501edbe5 /hw/xwin/win.h
parent8465ee788fd541fa37681aa0a44103c7f944d437 (diff)
xwin: Remove primary DirectDraw engine
Again, as the documentation says, "unsupported, obsolete". Reviewed-by: Jon TURNEY <jon.turney@dronecode.org.uk> Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'hw/xwin/win.h')
-rw-r--r--hw/xwin/win.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/hw/xwin/win.h b/hw/xwin/win.h
index 6b3e42a1a..ed1ad01dc 100644
--- a/hw/xwin/win.h
+++ b/hw/xwin/win.h
@@ -103,9 +103,6 @@
#define WIN_SERVER_SHADOW_GDI 0x1L /* 1 */
#define WIN_SERVER_SHADOW_DD 0x2L /* 2 */
#define WIN_SERVER_SHADOW_DDNL 0x4L /* 4 */
-#ifdef XWIN_PRIMARYFB
-#define WIN_SERVER_PRIMARY_DD 0x8L /* 8 */
-#endif
#define AltMapIndex Mod1MapIndex
#define NumLockMapIndex Mod2MapIndex
@@ -913,15 +910,6 @@ winMouseButtonsHandle(ScreenPtr pScreen,
void
winEnqueueMotion(int x, int y);
-#ifdef XWIN_PRIMARYFB
-/*
- * winpfbddd.c
- */
-
-Bool
- winSetEngineFunctionsPrimaryDD(ScreenPtr pScreen);
-#endif
-
/*
* winscrinit.c
*/