summaryrefslogtreecommitdiff
path: root/lib/glwidgets.cc
blob: 3119831d3417da5e5beaf48d60bdd18276fa90c7 (plain)
1
2
3
4
5
6
7
8
#include <SDL.h>
#include <SDL_opengl.h>
#include "mcolor.h"
#include "glwidgets.h"

void mogltk::widgets::glRoot::draw() {
    Shaper()->box(GetAX(), GetAY(), GetAX2(), GetAY2());
}