graph.c: Pixel_figure is not a global var anymore

This commit is contained in:
Thomas Bernard
2018-03-03 02:07:08 +01:00
parent be8b05a384
commit ce1b55be03
4 changed files with 11 additions and 5 deletions

View File

@@ -115,7 +115,7 @@ void Remap_spare(void);
/// - ::Pixel_figure_preview_xor : On screen, XORing the color.
/// - ::Pixel_figure_permanent : On screen and in the image.
/// - ::Pixel_figure_clear_preview : On screen, reverting to the image's pixels.
extern Func_pixel Pixel_figure;
void Set_Pixel_figure(Func_pixel func);
void Update_part_of_screen(short x, short y, short width, short height);