Settings: Added the missing mouse sensitivity; Fixed mouse droppings; Toggle settings in the other direction with right mouse button. Skins: Fixed small problem when changing skins, note taking color change into account immediately.
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1465 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
10
src/struct.h
10
src/struct.h
@@ -453,14 +453,8 @@ typedef struct
|
||||
/// Preview for displaying in the skin dialog
|
||||
byte Preview[16][173];
|
||||
|
||||
/// Black GUI color index in skin palette
|
||||
byte Color_black;
|
||||
/// Dark GUI color index in skin palette
|
||||
byte Color_dark;
|
||||
/// Light GUI color index in skin palette
|
||||
byte Color_light;
|
||||
/// White GUI color index in skin palette
|
||||
byte Color_white;
|
||||
/// GUI color indices in skin palette: black, dark, light, white.
|
||||
byte Color[4];
|
||||
/// Transparent GUI color index in skin file
|
||||
byte Color_trans;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user