mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
Some bug fixes to 0.50.0 before release
This commit is contained in:
@@ -407,8 +407,6 @@ PlaceWindow(WWindow *wwin, int *x_ret, int *y_ret,
|
||||
else
|
||||
extra_height = 24; /* random value */
|
||||
|
||||
//w = ((usableArea.x2-usableArea.x1) - width);
|
||||
//h = ((usableArea.y2-usableArea.y1) - height - extra_height);
|
||||
w = ((usableArea.x2-X_ORIGIN(scr)) - width);
|
||||
h = ((usableArea.y2-Y_ORIGIN(scr)) - height - extra_height);
|
||||
if (w<1) w = 1;
|
||||
|
||||
Reference in New Issue
Block a user