mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
Move CreateUnclippedWinSize to mbuf
It's the only user, so.
This commit is contained in:
parent
e1611d8d55
commit
20d2117eb8
3 changed files with 27 additions and 28 deletions
|
|
@ -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*/,
|
||||
|
|
|
|||
Loading…
Reference in a new issue