]> git.tdb.fi Git - libs/gl.git/blobdiff - source/framebuffer.h
Drop Id tags and copyright notices from files
[libs/gl.git] / source / framebuffer.h
index ea462bf6ad432bd78da37afef4fa77103bc676ff..3d3ec088138f9d4b50d675ead1d0b73807277212 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007, 2009-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_FRAMEBUFFER_H_
 #define MSP_GL_FRAMEBUFFER_H_
 
@@ -105,6 +98,9 @@ public:
        Framebuffer();
        ~Framebuffer();
 
+       unsigned get_width() const { return width; }
+       unsigned get_height() const { return height; }
+
 private:
        void update_attachment(unsigned) const;
        void check_size();