mirror of
https://github.com/brl/mutter.git
synced 2024-11-11 00:26:40 -05:00
window: Fix a compiler warning
This commit is contained in:
parent
9682a2aea4
commit
bbf9358eba
@ -6007,7 +6007,7 @@ meta_window_get_outer_rect (const MetaWindow *window,
|
|||||||
|
|
||||||
if (window->has_custom_frame_extents)
|
if (window->has_custom_frame_extents)
|
||||||
{
|
{
|
||||||
GtkBorder *extents = &window->custom_frame_extents;
|
const GtkBorder *extents = &window->custom_frame_extents;
|
||||||
rect->x += extents->left;
|
rect->x += extents->left;
|
||||||
rect->y += extents->top;
|
rect->y += extents->top;
|
||||||
rect->width -= extents->left + extents->right;
|
rect->width -= extents->left + extents->right;
|
||||||
|
Loading…
Reference in New Issue
Block a user