Remove CreateUnclippedWinSize from window.h
This is utterly wrong, but then, so is sdksyms.sh
This commit is contained in:
parent
20d2117eb8
commit
e45a8a498d
|
@ -1106,6 +1106,8 @@ SClobberNotifyEvent (from, to)
|
||||||
to->state = from->state;
|
to->state = from->state;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
RegionPtr CreateUnclippedWinSize(WindowPtr pWin);
|
||||||
|
|
||||||
RegionPtr
|
RegionPtr
|
||||||
CreateUnclippedWinSize (WindowPtr pWin)
|
CreateUnclippedWinSize (WindowPtr pWin)
|
||||||
{
|
{
|
||||||
|
|
|
@ -156,8 +156,6 @@ extern _X_EXPORT void GetWindowAttributes(
|
||||||
ClientPtr /*client*/,
|
ClientPtr /*client*/,
|
||||||
xGetWindowAttributesReply* /* wa */);
|
xGetWindowAttributesReply* /* wa */);
|
||||||
|
|
||||||
extern RegionPtr CreateUnclippedWinSize(WindowPtr);
|
|
||||||
|
|
||||||
extern _X_EXPORT void GravityTranslate(
|
extern _X_EXPORT void GravityTranslate(
|
||||||
int /*x*/,
|
int /*x*/,
|
||||||
int /*y*/,
|
int /*y*/,
|
||||||
|
|
Loading…
Reference in New Issue