mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-06 16:25:50 +01:00
fixes to comply to ANSI C
This commit is contained in:
@@ -300,7 +300,7 @@ wAppMenuMap(WMenu *menu, WWindow *wwin)
|
||||
int x, min;
|
||||
|
||||
min = 20; /* Keep at least 20 pixels visible */
|
||||
if( wwin->frame_x > min ) {
|
||||
if (wwin->frame_x > min) {
|
||||
x = wwin->frame_x - menu->frame->core->width;
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user