Use enum value for monitor in MoveToCenter
This commit is contained in:
parent
db1c0809ef
commit
f8aa8cf5bb
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ static gpointer setup_center_func(xmlNodePtr node)
|
|||
o->y.pos = G_MININT;
|
||||
o->w = G_MININT;
|
||||
o->h = G_MININT;
|
||||
o->monitor = -1;
|
||||
o->monitor = CURRENT_MONITOR;
|
||||
o->x.center = TRUE;
|
||||
o->y.center = TRUE;
|
||||
return o;
|
||||
|
|
Loading…
Reference in a new issue