mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
put function prototype for ShapeExtensionInit() in proper place
based on FIXME in mi/miinitext.c
This commit is contained in:
parent
576e6fb112
commit
96c19a3ec1
4 changed files with 3 additions and 5 deletions
|
|
@ -256,6 +256,8 @@ void ResizeChildrenWinSize(
|
|||
int /*dw*/,
|
||||
int /*dh*/);
|
||||
|
||||
extern void ShapeExtensionInit(void);
|
||||
|
||||
extern void SendShapeNotify(
|
||||
WindowPtr /* pWin */,
|
||||
int /* which */ );
|
||||
|
|
|
|||
Loading…
Reference in a new issue