summaryrefslogtreecommitdiff
path: root/window.c
diff options
context:
space:
mode:
authorStephane Marchesin <stephane.marchesin@gmail.com>2010-09-22 11:53:21 -0700
committerStephane Marchesin <stephane.marchesin@gmail.com>2010-09-22 11:53:21 -0700
commit2603fb51db63ac99f8692b0b906a32841273d7b3 (patch)
tree01f984fcb03f91c0e5c99676e6087f247ada7e9f /window.c
parent2109c0580fc8f9e4951e4b4d07af7f6f2838cd08 (diff)
More rendering...HEADmaster
Diffstat (limited to 'window.c')
-rw-r--r--window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/window.c b/window.c
index a78be77..5774bd8 100644
--- a/window.c
+++ b/window.c
@@ -33,7 +33,7 @@ xenon_window* window_find(Window wid)
void window_resize(Window w, int width, int height)
{
xenon_window* xw = window_find(w);
-
+
}
void window_move(Window w, int posx, int posy)