summaryrefslogtreecommitdiffhomepage
path: root/examples/core
diff options
context:
space:
mode:
Diffstat (limited to 'examples/core')
-rw-r--r--examples/core/core_basic_window_web.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/core/core_basic_window_web.c b/examples/core/core_basic_window_web.c
index 8ce1922a..119d4b00 100644
--- a/examples/core/core_basic_window_web.c
+++ b/examples/core/core_basic_window_web.c
@@ -24,8 +24,8 @@
//----------------------------------------------------------------------------------
// Global Variables Definition
//----------------------------------------------------------------------------------
-int screenWidth = 800;
-int screenHeight = 450;
+const int screenWidth = 800;
+const int screenHeight = 450;
//----------------------------------------------------------------------------------
// Module Functions Declaration