diff options
author | Oliver McFadden <oliver.mcfadden@nokia.com> | 2010-05-14 07:49:31 +0300 |
---|---|---|
committer | Oliver McFadden <oliver.mcfadden@nokia.com> | 2010-05-14 08:27:10 +0300 |
commit | a4fbc0fedafda6df98f647173a2deccb86ef0479 (patch) | |
tree | 6db53bdcc6f2774948191459e8cd848e7cb68591 /include | |
parent | 71296885b0bb946e7ab986169f5b872952c221a0 (diff) |
scrnintstr.h: removed unused PaintWindow function pointers.
Please note this patch breaks the ABI.
Signed-off-by: Oliver McFadden <oliver.mcfadden@nokia.com>
Reviewed-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/scrnintstr.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/scrnintstr.h b/include/scrnintstr.h index a4ca0c6f6..3a77e0cf1 100644 --- a/include/scrnintstr.h +++ b/include/scrnintstr.h @@ -168,14 +168,6 @@ typedef void (* WindowExposuresProcPtr)( RegionPtr /*prgn*/, RegionPtr /*other_exposed*/); -typedef void (* PaintWindowProcPtr)( - WindowPtr /*pWindow*/, - RegionPtr /*pRegion*/, - int /*what*/); - -typedef PaintWindowProcPtr PaintWindowBackgroundProcPtr; -typedef PaintWindowProcPtr PaintWindowBorderProcPtr; - typedef void (* CopyWindowProcPtr)( WindowPtr /*pWindow*/, DDXPointRec /*ptOldOrg*/, @@ -497,8 +489,6 @@ typedef struct _Screen { ValidateTreeProcPtr ValidateTree; PostValidateTreeProcPtr PostValidateTree; WindowExposuresProcPtr WindowExposures; - PaintWindowBackgroundProcPtr PaintWindowBackground; /** unused */ - PaintWindowBorderProcPtr PaintWindowBorder; /** unused */ CopyWindowProcPtr CopyWindow; ClearToBackgroundProcPtr ClearToBackground; ClipNotifyProcPtr ClipNotify; |