summaryrefslogtreecommitdiff
path: root/window.h
diff options
context:
space:
mode:
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>2010-04-23 12:29:46 -0700
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>2010-04-23 12:29:46 -0700
commitf0aafcf5cb1f4aedb9c89ca13705bab4556aebb0 (patch)
tree23f79c3792d32517eb19017a79c3d37e6152cda8 /window.h
Import Xenon sources.
Diffstat (limited to 'window.h')
-rw-r--r--window.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/window.h b/window.h
new file mode 100644
index 0000000..183bdf3
--- /dev/null
+++ b/window.h
@@ -0,0 +1,4 @@
+extern Window window_create();
+extern void window_resize(Window w, int width, int height);
+extern void window_move(Window w, int posx, int posy);
+