X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=glwidget.h;h=2cf34eb0a50364f3dc523e38daacd9db4b5249e8;hb=206659626a57120fecc27673e94bc444b09bc713;hp=3641f66a75f5fecfa317e1363c937c4dbce14bb3;hpb=92d7d0f49eca3378714670843f244a8d7ae8b05d;p=nageru diff --git a/glwidget.h b/glwidget.h index 3641f66..2cf34eb 100644 --- a/glwidget.h +++ b/glwidget.h @@ -3,15 +3,16 @@ #include #include +#include +#include #include "mixer.h" +#include "qgl.h" +#include "qobjectdefs.h" +class QMouseEvent; class QWidget; -namespace movit { -class ResourcePool; -} - // Note: We use the older QGLWidget instead of QOpenGLWidget as it is // much faster (does not go through a separate offscreen rendering step). // @@ -41,7 +42,6 @@ signals: private: Mixer::Output output; - movit::ResourcePool *resource_pool; GLuint vao, program_num; GLuint position_vbo, texcoord_vbo; };