fixup 3582a05 for non-Windows

This commit is contained in:
2017-09-04 23:41:40 -04:00
parent 3582a055e2
commit 477f6618fd

View File

@@ -162,7 +162,7 @@ void adjust_window_mode() {
if(mode == 1 || mode == 2)
ul.y = 28
#ifndef _WIN32
+ menubarHeight;
+ menubarHeight
#endif
;
else ul.y = windRect.bottom - height - 28;