diff options
author | infirit <[email protected]> | 2015-07-21 03:16:58 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-14 18:44:29 +0200 |
commit | 6674089ba3e66d6ac671d02be03dd5dcaa8eb784 (patch) | |
tree | 80f4d67492b264229c3a84476860e9a696832d89 /src/ui | |
parent | 79a74501f12e6b452a29d2047c3ea72dc948e6ef (diff) | |
download | marco-6674089ba3e66d6ac671d02be03dd5dcaa8eb784.tar.bz2 marco-6674089ba3e66d6ac671d02be03dd5dcaa8eb784.tar.xz |
Fix typo
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/frames.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/frames.c b/src/ui/frames.c index 099c5052..037ba3ac 100644 --- a/src/ui/frames.c +++ b/src/ui/frames.c @@ -2324,7 +2324,7 @@ clip_to_screen (GdkRegion *region, MetaUIFrame *frame) META_CORE_GET_FRAME_Y, &frame_area.y, META_CORE_GET_FRAME_WIDTH, &frame_area.width, META_CORE_GET_FRAME_HEIGHT, &frame_area.height, - META_CORE_GET_SCREEN_WIDTH, &screen_area.height, + META_CORE_GET_SCREEN_WIDTH, &screen_area.width, META_CORE_GET_SCREEN_HEIGHT, &screen_area.height, META_CORE_GET_END); |