New: Implemented the functions for previous and next user's colors. (Keys = and -) They use the Shade settings.
Minor display fix: In Shortcuts screen, explanation text can no longer overdraw the border. git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@791 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
@@ -32,6 +32,11 @@ void Special_previous_forecolor(void);
|
||||
void Special_next_backcolor(void);
|
||||
void Special_previous_backcolor(void);
|
||||
|
||||
void Special_next_user_forecolor(void);
|
||||
void Special_previous_user_forecolor(void);
|
||||
void Special_next_user_backcolor(void);
|
||||
void Special_previous_user_backcolor(void);
|
||||
|
||||
void Scroll_screen(short delta_x,short delta_y);
|
||||
void Scroll_magnifier(short delta_x,short delta_y);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user