mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
put back TITLEBAR_EXTEND_SPACE but with default value = 4 instead
change cursor fonts' behavior
This commit is contained in:
@@ -553,7 +553,7 @@ PlaceWindow(WWindow *wwin, int *x_ret, int *y_ret,
|
||||
unsigned width, unsigned height)
|
||||
{
|
||||
WScreen *scr = wwin->screen_ptr;
|
||||
int h = WMFontHeight(scr->title_font) + wPreferences.window_title_clearance * 2;
|
||||
int h = WMFontHeight(scr->title_font) + (wPreferences.window_title_clearance + TITLEBAR_EXTEND_SPACE) * 2;
|
||||
|
||||
switch (wPreferences.window_placement) {
|
||||
case WPM_MANUAL:
|
||||
|
||||
Reference in New Issue
Block a user