]> git.tdb.fi Git - libs/gui.git/blobdiff - source/gbase/simplewindow.cpp
Header updates
[libs/gui.git] / source / gbase / simplewindow.cpp
index 406090d760319fe03d280a983ffc7d79250654ad..c782bab75a4151252ec7b910417112feed7a05b2 100644 (file)
@@ -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),