]> git.tdb.fi Git - libs/gl.git/blobdiff - source/tests.h
Get rid of the typedefs for fundamental types
[libs/gl.git] / source / tests.h
index 223396fe7f44b6a00e5cd7bca24c30215f610991..b906c0cec2afada2ba5ebb36adcf7ef53ede89a8 100644 (file)
@@ -10,7 +10,6 @@ Distributed under the LGPL
 
 #include "gl.h"
 #include "predicate.h"
-#include "types.h"
 
 namespace Msp {
 namespace GL {
@@ -22,7 +21,7 @@ enum
        DEPTH_TEST   = GL_DEPTH_TEST
 };
 
-void scissor(int left, int bottom, sizei width, sizei height);
+void scissor(int left, int bottom, unsigned width, unsigned height);
 
 void alpha_func(Predicate func, float ref);