forked from enlightenment/enlightenment
Subject: [E-devel] [Patch][e] add code to check e_config->geometry_auto_move before moving a window in e_border.c In e, there is a configuration value - geometry_auto_move - which determines whether e moves the window to useful geometry automatically or not. In my opinion, if this is 0, then e doesn't move the window automatically. However, e always moves the window automatically because there is no code to check the geometry_auto_move value in _e_border_eval(). So, I added code to check e_config->geometry_auto_move in _e_border_eval(). SVN revision: 73191devs/princeamd/enlightenment-0.17-elive
parent
4cea03da00
commit
f5d13fd6af
1 changed files with 18 additions and 10 deletions
Loading…
Reference in new issue