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

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