X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgbase%2Fsimplewindow.cpp;h=c782bab75a4151252ec7b910417112feed7a05b2;hb=821cea8627597a5458c1cb02c0652384bb3431a4;hp=406090d760319fe03d280a983ffc7d79250654ad;hpb=ac4a20591d64b08d435c88acce724a891a51d551;p=libs%2Fgui.git diff --git a/source/gbase/simplewindow.cpp b/source/gbase/simplewindow.cpp index 406090d..c782bab 100644 --- a/source/gbase/simplewindow.cpp +++ b/source/gbase/simplewindow.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgbase -Copyright © 2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include "simplewindow.h" namespace Msp { @@ -14,6 +7,11 @@ SimpleWindow::SimpleWindow(unsigned w, unsigned h, bool fs): Window(dpy, w, h, fs) { } +void SimpleWindow::tick() +{ + dpy.tick(); +} + SimpleGLWindow::SimpleGLWindow(unsigned w, unsigned h, bool fs): SimpleWindow(w, h, fs),