write-ups-challenges-2022-2023/super-hightech-paint/super-hightech-paint-2/buildfiles/include/gtk_stuff.h

8 lines
175 B
C
Raw Permalink Normal View History

2022-11-24 21:59:22 +00:00
#ifndef GTK_STUFF_H
#define GTK_STUFF_H
typedef void (*gtk_update_cb_t)(int, int, int, int);
void gtk_buffer_ready_for_refresh(gtk_update_cb_t cb);
#endif /* GTK_STUFF_H */