X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=libs%2Fgtkutil%2Fxorrectangle.h;h=2341f1f0c5005165fef67275264a065ed4f6494a;hb=f7ec4500c417377b467509679011d64a047f17d7;hp=8c3ca3cf03c7ced2c74e57c1f78be15a7c1097cd;hpb=980ee7fd1f5bd8c1625f05cc21a32bf3a9eca6fc;p=xonotic%2Fnetradiant.git diff --git a/libs/gtkutil/xorrectangle.h b/libs/gtkutil/xorrectangle.h index 8c3ca3cf..2341f1f0 100644 --- a/libs/gtkutil/xorrectangle.h +++ b/libs/gtkutil/xorrectangle.h @@ -64,7 +64,7 @@ class XORRectangle rectangle_t m_rectangle; -ui::Widget m_widget; +ui::GLArea m_widget; cairo_t *cr; bool initialised() const; @@ -72,7 +72,7 @@ void lazy_init(); void draw() const; public: -XORRectangle( ui::Widget widget ); +XORRectangle( ui::GLArea widget ); ~XORRectangle(); void set( rectangle_t rectangle ); };