1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00

Disabled Alt+Enter

This commit is contained in:
Brian Fiete 2020-05-11 10:31:12 -07:00
parent a30ad3d9d2
commit 962ebba6e9
5 changed files with 12 additions and 6 deletions

View file

@ -53,6 +53,7 @@ enum
BFWINDOW_FAKEFOCUS = 0x1000000,
BFWINDOW_SHOWMINIMIZED = 0x2000000,
BFWINDOW_SHOWMAXIMIZED = 0x4000000,
BFWINDOW_ALLOW_FULLSCREEN = 0x8000000
};