aboutsummaryrefslogtreecommitdiff
path: root/aux.h
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2014-09-14 23:58:44 +0000
committerDimitri Sokolyuk <demon@dim13.org>2014-09-14 23:58:44 +0000
commita02ae8d65ea7f18b9052ee0c8580de9d110b3065 (patch)
treeabd4c21c54c7e942317029871ad1426187acb09a /aux.h
parent43ee45790a18bad360384b27ba91eaa73dfa76d6 (diff)
add redisplay func
Diffstat (limited to 'aux.h')
-rw-r--r--aux.h1
1 files changed, 1 insertions, 0 deletions
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