diff options
Diffstat (limited to 'include/scrnintstr.h')
-rw-r--r-- | include/scrnintstr.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/include/scrnintstr.h b/include/scrnintstr.h index df7407391..47222a10b 100644 --- a/include/scrnintstr.h +++ b/include/scrnintstr.h @@ -105,22 +105,6 @@ typedef void (*QueryBestSizeProcPtr) (int /*class */ , typedef Bool (*SaveScreenProcPtr) (ScreenPtr /*pScreen */ , int /*on */ ); -typedef void (*GetImageProcPtr) (DrawablePtr /*pDrawable */ , - int /*sx */ , - int /*sy */ , - int /*w */ , - int /*h */ , - unsigned int /*format */ , - unsigned long /*planeMask */ , - char * /*pdstLine */ ); - -typedef void (*GetSpansProcPtr) (DrawablePtr /*pDrawable */ , - int /*wMax */ , - DDXPointPtr /*ppt */ , - int * /*pwidth */ , - int /*nspans */ , - char * /*pdstStart */ ); - typedef void (*SourceValidateProcPtr) (DrawablePtr /*pDrawable */ , int /*x */ , int /*y */ , @@ -388,8 +372,6 @@ typedef struct _Screen { CloseScreenProcPtr CloseScreen; QueryBestSizeProcPtr QueryBestSize; SaveScreenProcPtr SaveScreen; - GetImageProcPtr GetImage; - GetSpansProcPtr GetSpans; SourceValidateProcPtr SourceValidate; /* Window Procedures */ |