mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Remove CreateUnclippedWinSize from window.h
This is utterly wrong, but then, so is sdksyms.sh
This commit is contained in:
@@ -1106,6 +1106,8 @@ SClobberNotifyEvent (from, to)
|
||||
to->state = from->state;
|
||||
}
|
||||
|
||||
RegionPtr CreateUnclippedWinSize(WindowPtr pWin);
|
||||
|
||||
RegionPtr
|
||||
CreateUnclippedWinSize (WindowPtr pWin)
|
||||
{
|
||||
|
||||
@@ -156,8 +156,6 @@ extern _X_EXPORT void GetWindowAttributes(
|
||||
ClientPtr /*client*/,
|
||||
xGetWindowAttributesReply* /* wa */);
|
||||
|
||||
extern RegionPtr CreateUnclippedWinSize(WindowPtr);
|
||||
|
||||
extern _X_EXPORT void GravityTranslate(
|
||||
int /*x*/,
|
||||
int /*y*/,
|
||||
|
||||
Reference in New Issue
Block a user