diff options
author | Adam Jackson <ajax@redhat.com> | 2009-01-20 00:17:42 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2009-01-20 00:18:02 -0500 |
commit | 20d2117eb82fb7ce91afd4f01fe1b9d4b1bf0459 (patch) | |
tree | 3d5b1ba74a198f93ec4182e5d3ef799260e9b291 /include | |
parent | e1611d8d55ade35bf8c2e1da7bc2dbf05b011301 (diff) |
Move CreateUnclippedWinSize to mbuf
It's the only user, so.
Diffstat (limited to 'include')
-rw-r--r-- | include/window.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/window.h b/include/window.h index 4353adf33..8c25799f5 100644 --- a/include/window.h +++ b/include/window.h @@ -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*/, |