Move CreateUnclippedWinSize to mbuf

It's the only user, so.
This commit is contained in:
Adam Jackson 2009-01-20 00:17:42 -05:00
commit 20d2117eb8
3 changed files with 27 additions and 28 deletions

View file

@ -156,8 +156,7 @@ extern _X_EXPORT void GetWindowAttributes(
ClientPtr /*client*/,
xGetWindowAttributesReply* /* wa */);
extern _X_EXPORT RegionPtr CreateUnclippedWinSize(
WindowPtr /*pWin*/);
extern RegionPtr CreateUnclippedWinSize(WindowPtr);
extern _X_EXPORT void GravityTranslate(
int /*x*/,