Fixed sliders and repeatable buttons, for the change of timing method.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1567 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2010-08-09 22:56:06 +00:00
parent 84e81bbb3f
commit e4d6dcbcbe
3 changed files with 22 additions and 11 deletions

View File

@@ -111,4 +111,6 @@ void Pixel_background(int x_pos, int y_pos, byte color);
/// Updates the status bar line with a color number.
/// Used when hovering the menu palette.
void Status_print_palette_color(byte color);
void Delay_with_active_mouse(int delay);
#endif