summaryrefslogtreecommitdiffhomepage
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/ruby2d/ruby2d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ruby2d/ruby2d.c b/ext/ruby2d/ruby2d.c
index 965f863..6beb4ba 100644
--- a/ext/ruby2d/ruby2d.c
+++ b/ext/ruby2d/ruby2d.c
@@ -255,7 +255,7 @@ static VALUE ruby2d_show(VALUE s) {
int height = NUM2INT(rb_iv_get(self, "@height"));
window = S2D_CreateWindow(
- title, width, height, update, render
+ title, width, height, update, render, NULL
);
window->on_key = on_key;