mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 04:50:05 +01:00
Remove duplicate protos in kdrive.h.
This commit is contained in:
parent
764d9e822b
commit
b467673528
1 changed files with 0 additions and 9 deletions
|
|
@ -547,9 +547,6 @@ KdCheckOverlayCopyWindow (WindowPtr pWin, DDXPointRec ptOldOrg, RegionPtr prgnS
|
|||
|
||||
void
|
||||
KdScreenInitAsync (ScreenPtr pScreen);
|
||||
|
||||
void
|
||||
KdCheckPaintWindow (WindowPtr pWin, RegionPtr pRegion, int what);
|
||||
|
||||
extern const GCOps kdAsyncPixmapGCOps;
|
||||
|
||||
|
|
@ -672,12 +669,6 @@ void
|
|||
KdInitOutput (ScreenInfo *pScreenInfo,
|
||||
int argc,
|
||||
char **argv);
|
||||
|
||||
|
||||
|
||||
void
|
||||
KdInitOutput (ScreenInfo *pScreenInfo,
|
||||
int argc, char **argv);
|
||||
|
||||
void
|
||||
KdSetSubpixelOrder (ScreenPtr pScreen, Rotation randr);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue