summaryrefslogtreecommitdiff
path: root/lib/glwidgets.cc
diff options
context:
space:
mode:
authorpixel <pixel>2006-10-28 16:50:46 +0000
committerpixel <pixel>2006-10-28 16:50:46 +0000
commit45e08ccde95c84932557701235558e72cdc95f1b (patch)
tree0c318c6f589002a8d486c107519b4cf4fd4be1cb /lib/glwidgets.cc
parenta13cd83fb51c2e744b8b80dc26696190ec9bff6d (diff)
Fixing caps in class names.
Diffstat (limited to 'lib/glwidgets.cc')
-rw-r--r--lib/glwidgets.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/glwidgets.cc b/lib/glwidgets.cc
index 5ff8c23..c306b73 100644
--- a/lib/glwidgets.cc
+++ b/lib/glwidgets.cc
@@ -17,13 +17,13 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: glwidgets.cc,v 1.9 2004-11-27 21:48:03 pixel Exp $ */
+/* $Id: glwidgets.cc,v 1.10 2006-10-28 16:50:46 pixel Exp $ */
#include <SDL.h>
#include <SDL_opengl.h>
#include "mcolor.h"
#include "glwidgets.h"
-void mogltk::widgets::glRoot::draw() {
+void mogltk::Widgets::glRoot::draw() {
Shaper()->box(GetAX(), GetAY(), GetAX2(), GetAY2());
}