From baac659433417ee555e3e04a28ea6c06fa23d588 Mon Sep 17 00:00:00 2001 From: pixel Date: Mon, 12 Jul 2004 15:08:14 +0000 Subject: Widget slowly working... --- lib/glwidgets.cc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'lib/glwidgets.cc') diff --git a/lib/glwidgets.cc b/lib/glwidgets.cc index 511cdc4..3119831 100644 --- a/lib/glwidgets.cc +++ b/lib/glwidgets.cc @@ -1,8 +1,8 @@ -#include -#include -#include "mcolor.h" -#include "glwidgets.h" - -void mogltk::glRoot::draw() { - Shaper()->box(GetAX(), GetAY(), GetAX2(), GetAY2()); -} +#include +#include +#include "mcolor.h" +#include "glwidgets.h" + +void mogltk::widgets::glRoot::draw() { + Shaper()->box(GetAX(), GetAY(), GetAX2(), GetAY2()); +} -- cgit v1.2.3