mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
2003-11-17 Rob Adams <readams@readams.net
* src/window.c (set_allowed_actions_hint): increment i between resize and fullscreen.
This commit is contained in:
parent
9378a4fb4d
commit
917dfefd6c
@ -1,3 +1,8 @@
|
||||
2003-11-17 Rob Adams <readams@readams.net
|
||||
|
||||
* src/window.c (set_allowed_actions_hint): increment i between
|
||||
resize and fullscreen.
|
||||
|
||||
2003-11-16 Rob Adams <readams@readams.net>
|
||||
|
||||
Create COMPLIANCE document describing metacity specification
|
||||
|
@ -5213,6 +5213,7 @@ set_allowed_actions_hint (MetaWindow *window)
|
||||
if (window->has_resize_func)
|
||||
{
|
||||
data[i] = window->display->atom_net_wm_action_resize;
|
||||
++i;
|
||||
data[i] = window->display->atom_net_wm_action_fullscreen;
|
||||
++i;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user