sdl2: resize_window() return type should be bool
sdl2-client resize_window() returns effectively boolean value telling if a new surface was created. Return type should probably be bool instead of current int (with possible values of 0 or 1)
sdl2-client resize_window() returns effectively boolean value telling if a new surface was created. Return type should probably be bool instead of current int (with possible values of 0 or 1)