aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xwin/win.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2012-02-22 14:54:08 +0100
committermarha <marha@users.sourceforge.net>2012-02-22 14:54:08 +0100
commitf0c81715e2d827fddc7251bac3cbe115ebd081d3 (patch)
treefa27ddcac46ee95f2743f01f9b451e322640f391 /xorg-server/hw/xwin/win.h
parent58ceca5f19d2d33f2d60f442935aa66757ac3415 (diff)
downloadvcxsrv-f0c81715e2d827fddc7251bac3cbe115ebd081d3.tar.gz
vcxsrv-f0c81715e2d827fddc7251bac3cbe115ebd081d3.tar.bz2
vcxsrv-f0c81715e2d827fddc7251bac3cbe115ebd081d3.zip
Remove unused WindowExposuresProcPtr storage in screen privates
Diffstat (limited to 'xorg-server/hw/xwin/win.h')
-rw-r--r--xorg-server/hw/xwin/win.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xorg-server/hw/xwin/win.h b/xorg-server/hw/xwin/win.h
index d358d3eee..2766bb119 100644
--- a/xorg-server/hw/xwin/win.h
+++ b/xorg-server/hw/xwin/win.h
@@ -556,7 +556,6 @@ typedef struct _winPrivScreenRec
UnrealizeWindowProcPtr UnrealizeWindow;
ValidateTreeProcPtr ValidateTree;
PostValidateTreeProcPtr PostValidateTree;
- WindowExposuresProcPtr WindowExposures;
CopyWindowProcPtr CopyWindow;
ClearToBackgroundProcPtr ClearToBackground;
ClipNotifyProcPtr ClipNotify;