[layers] Merged changes from trunk (up-to-date now)
git-svn-id: svn://pulkomandy.tk/GrafX2/branches/layers@1132 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
5
global.h
5
global.h
@@ -112,11 +112,6 @@ GFX2_GLOBAL dword Key_ANSI;
|
||||
/// Boolean set to true when the OS/window manager requests the application to close. ie: [X] button
|
||||
GFX2_GLOBAL byte Quit_is_required;
|
||||
|
||||
/// Divisor for the mouse coordinates recieved. No target currently needs it, should be left at 1.
|
||||
GFX2_GLOBAL byte Mouse_fix_factor_X;
|
||||
/// Divisor for the mouse coordinates recieved. No target currently needs it, should be left at 1.
|
||||
GFX2_GLOBAL byte Mouse_fix_factor_Y;
|
||||
|
||||
///
|
||||
/// This boolean is true when the current operation allows changing the
|
||||
/// foreground or background color.
|
||||
|
||||
Reference in New Issue
Block a user