X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=glwidget.h;h=ed67ae8621169fd7852c9bc9bccd5de2aa0797b7;hb=fa54f2630c56a1df0046923d6a77b1bd58abf240;hp=d71f3c8db2aeb87f4cdc9a70ff79e165c3ad922a;hpb=874b501560a9d6f20b21bc1170b5d07bcfffad53;p=nageru diff --git a/glwidget.h b/glwidget.h index d71f3c8..ed67ae8 100644 --- a/glwidget.h +++ b/glwidget.h @@ -62,6 +62,7 @@ private: GLuint vao, program_num; GLuint position_vbo, texcoord_vbo; movit::ResourcePool *resource_pool = nullptr; + int current_width = 1, current_height = 1; }; #endif