X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Ftests.h;h=b906c0cec2afada2ba5ebb36adcf7ef53ede89a8;hb=ceae2a27dfc58310c5bab7e3aa3fedf0fa9a1f49;hp=223396fe7f44b6a00e5cd7bca24c30215f610991;hpb=8f2430208cfa7bb9dc5bd655dde88acc21db54d2;p=libs%2Fgl.git diff --git a/source/tests.h b/source/tests.h index 223396fe..b906c0ce 100644 --- a/source/tests.h +++ b/source/tests.h @@ -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);