From a02ae8d65ea7f18b9052ee0c8580de9d110b3065 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sun, 14 Sep 2014 23:58:44 +0000 Subject: add redisplay func --- aux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'aux.h') diff --git a/aux.h b/aux.h index 11b1f65..f38a2c7 100644 --- a/aux.h +++ b/aux.h @@ -26,6 +26,7 @@ void restrictsize(Display *, Window, int, int, int, int); void blit(Display *, Drawable, GC, XRectangle); void clear(Display *, Drawable, GC, XRectangle); void copy(Display *, Drawable, Drawable, GC, XRectangle, Drawable); +void redisplay(Display *, Window); __END_DECLS #endif -- cgit v1.2.3