ext/window.c in ray-0.1.1 vs ext/window.c in ray-0.2.0

- old
+ new

@@ -50,9 +50,13 @@ flags |= SAY_WINDOW_FULLSCREEN; } say_vector2 c_size = ray_convert_to_vector2(size); +#ifdef SAY_OSX + say_osx_flip_pool(); +#endif + if (!say_window_open(window, c_size.x, c_size.y, StringValuePtr(title), flags)) { rb_raise(rb_eRuntimeError, "%s", say_error_get_last()); }