aboutsummaryrefslogtreecommitdiff
path: root/aux.h
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2014-09-10 22:15:03 +0000
committerDimitri Sokolyuk <demon@dim13.org>2014-09-10 22:15:03 +0000
commit86360e3dbaa774b4f4fcd787007b198c4df3b60e (patch)
tree8790475f17f6272244e3c4c68cc184ac7d483af6 /aux.h
parenta12f2434dc9811fcd4c05025b1836951e711548f (diff)
split and simplify code
Diffstat (limited to 'aux.h')
-rw-r--r--aux.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/aux.h b/aux.h
index c9f8075..11b1f65 100644
--- a/aux.h
+++ b/aux.h
@@ -23,6 +23,9 @@ void fullscreen(Display *, Window);
void hide_ptr(Display *, Window);
void move(Display *, Window, Window);
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);
__END_DECLS
#endif