mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-26 21:12:25 +00:00
Remove unused X11R4 DDX compatibility function miClipNotify.
This commit is contained in:
parent
07ecb969d7
commit
39ce5f1544
5 changed files with 9 additions and 97 deletions
10
mi/mi.h
10
mi/mi.h
|
|
@ -136,16 +136,6 @@ extern void miPutImage(
|
|||
char * /*pImage*/
|
||||
);
|
||||
|
||||
/* miclipn.c */
|
||||
|
||||
extern void miClipNotify(
|
||||
void (* /*func*/)(
|
||||
WindowPtr /* pWin */,
|
||||
int /* dx */,
|
||||
int /* dy */
|
||||
)
|
||||
);
|
||||
|
||||
/* micursor.c */
|
||||
|
||||
extern void miRecolorCursor(
|
||||
|
|
|
|||
Loading…
Reference in a new issue