X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fstencil.cpp;h=9de8b1f0d66952dc25d15d1148a64daa885201a3;hp=a05063106a793d67e32ccae0a24ce827101659ed;hb=bec07999d95b76f4b47cffcc564d0cd0afc0435e;hpb=0f1c018d65658ae564881649443fde3f7d2182a8 diff --git a/source/stencil.cpp b/source/stencil.cpp index a0506310..9de8b1f0 100644 --- a/source/stencil.cpp +++ b/source/stencil.cpp @@ -1,16 +1,9 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include "stencil.h" namespace Msp { namespace GL { -void stencil_func(Predicate func, int ref, uint mask) +void stencil_func(Predicate func, int ref, unsigned mask) { glStencilFunc(func, ref, mask); }