Remove CreateUnclippedWinSize from window.h

This is utterly wrong, but then, so is sdksyms.sh
This commit is contained in:
Adam Jackson 2009-01-20 22:07:07 -05:00
parent 20d2117eb8
commit e45a8a498d
2 changed files with 2 additions and 2 deletions

View File

@ -1106,6 +1106,8 @@ SClobberNotifyEvent (from, to)
to->state = from->state;
}
RegionPtr CreateUnclippedWinSize(WindowPtr pWin);
RegionPtr
CreateUnclippedWinSize (WindowPtr pWin)
{

View File

@ -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*/,