mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
dix: unexport and document ConfineToShape()
Not used by any drivers, so no need to keep it exported. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -237,12 +237,6 @@ SetVendorRelease(int release);
|
||||
|
||||
/* events.c */
|
||||
|
||||
extern _X_EXPORT void
|
||||
ConfineToShape(DeviceIntPtr /* pDev */ ,
|
||||
RegionPtr /* shape */ ,
|
||||
int * /* px */ ,
|
||||
int * /* py */ );
|
||||
|
||||
extern _X_EXPORT Bool
|
||||
IsParent(WindowPtr /* maybeparent */ ,
|
||||
WindowPtr /* child */ );
|
||||
|
||||
Reference in New Issue
Block a user