]> git.tdb.fi Git - libs/gl.git/blobdiff - source/tests.cpp
Get rid of the typedefs for fundamental types
[libs/gl.git] / source / tests.cpp
index a74400636c4b847d44bf3ca40bce53cc41f587d0..5b34bf69d9d37fc732c4f45c5ea1c55a41394be1 100644 (file)
@@ -10,7 +10,7 @@ Distributed under the LGPL
 namespace Msp {
 namespace GL {
 
-void scissor(int left, int bottom, sizei width, sizei height)
+void scissor(int left, int bottom, unsigned width, unsigned height)
 {
        glScissor(left, bottom, width, height);
 }