From 781045cadfa7301101f749a2799feb30ab44f0fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 3 Apr 2014 19:59:42 +0200 Subject: Add sdl_window:set_size/3 --- c_src/esdl2.h | 1 + 1 file changed, 1 insertion(+) (limited to 'c_src/esdl2.h') diff --git a/c_src/esdl2.h b/c_src/esdl2.h index c7817b2..433b262 100644 --- a/c_src/esdl2.h +++ b/c_src/esdl2.h @@ -184,6 +184,7 @@ F(set_window_maximum_size, 3) \ F(set_window_minimum_size, 3) \ F(set_window_position, 3) \ + F(set_window_size, 3) \ // Generated declarations for the NIF. -- cgit v1.2.3