MOD_CTRL => GFX2_MOD_CTRL, etc.

This commit is contained in:
Thomas Bernard
2019-02-01 20:03:06 +01:00
parent e7bb7c8684
commit 4283fde82a
15 changed files with 194 additions and 209 deletions

View File

@@ -3289,7 +3289,7 @@ short Window_get_button_shortcut(void)
T_Normal_button * temp;
T_Special_button * temp2;
if (Key & MOD_SHIFT)
if (Key & GFX2_MOD_SHIFT)
Window_attribute1=RIGHT_SIDE;
else
Window_attribute1=LEFT_SIDE;