mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
xprops: Fix syntax error
This commit is contained in:
parent
af7cc87bfa
commit
2345b9c6ad
@ -973,7 +973,7 @@ size_hints_from_results (GetPropertyResults *results,
|
||||
hints->flags = raw->flags;
|
||||
hints->x = raw->x;
|
||||
hints->y = raw->y;
|
||||
hints->width = raw->width);
|
||||
hints->width = raw->width;
|
||||
hints->height = raw->height;
|
||||
hints->min_width = raw->minWidth;
|
||||
hints->min_height = raw->minHeight;
|
||||
|
Loading…
Reference in New Issue
Block a user