summaryrefslogtreecommitdiffstats
path: root/common.c
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2016-02-04 20:00:02 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2016-02-04 20:00:02 +0100
commitd521cc0e83b279f4cd7a10a1704b8f36827a118d (patch)
tree8f80cfdc2da9753da5d2541eea587773390aa63a /common.c
parent05e2f21d27c4a8557e1afc61450414ec53cd48bb (diff)
downloadglslview-d521cc0e83b279f4cd7a10a1704b8f36827a118d.tar
glslview-d521cc0e83b279f4cd7a10a1704b8f36827a118d.zip
Remove unneeded headers from common.h, improve error handling
Diffstat (limited to 'common.c')
-rw-r--r--common.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/common.c b/common.c
index e9258c1..b459f31 100644
--- a/common.c
+++ b/common.c
@@ -36,9 +36,9 @@
char *filename;
float current_time = 0;
-GLint param0 = 0;
-GLint param1 = 0;
-GLint param2 = 0;
+int param0 = 0;
+int param1 = 0;
+int param2 = 0;
static GLint time_loc;