summaryrefslogtreecommitdiff
path: root/include/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core.h')
-rw-r--r--include/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core.h b/include/core.h
index 3c2cb65..5c60894 100644
--- a/include/core.h
+++ b/include/core.h
@@ -17,7 +17,7 @@ int lcoreSetWindowMinSize( lua_State *L );
int lcoreGetMonitorPosition( lua_State *L );
int lcoreGetMonitorSize( lua_State *L );
int lcoreGetWindowPosition( lua_State *L );
-int lcoreGetWindowSize( lua_State *L );
+int lcoreGetScreenSize( lua_State *L );
int lcoreSetWindowState( lua_State *L );
int lcoreIsWindowState( lua_State *L );
int lcoreClearWindowState( lua_State *L );