]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/xywindow.h
multicontext: optional per-viewport texture bind
[xonotic/netradiant.git] / radiant / xywindow.h
index ac059329518178de2d63c32843579c56352f6be8..8b35b418c8babed94049295df114366e67b92507 100644 (file)
@@ -69,6 +69,8 @@ guint m_exposeHandler;
 
 DeferredDraw m_deferredDraw;
 DeferredMotion m_deferred_motion;
+
+void XY_Clear();
 public:
 ui::Window m_parent;
 XYWnd();
@@ -100,7 +102,7 @@ void XY_DrawBlockGrid();
 void XY_DrawAxis();
 void XY_DrawGrid();
 void XY_DrawBackground();
-void XY_LoadBackgroundImage( const char *name );
+void XY_LoadBackgroundImage();
 void XY_DisableBackground();
 
 void XY_MouseUp( int x, int y, unsigned int buttons );