]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/xywindow.h
do not rename() .map symlinks, but just overwrite them
[xonotic/netradiant.git] / radiant / xywindow.h
index 0b762d45a8daeca7d0d802a382c52f7f6296351c..ac059329518178de2d63c32843579c56352f6be8 100644 (file)
@@ -124,6 +124,8 @@ void Zoom_End();
 bool m_zoom_started;
 guint m_zoom_focusOut;
 
+void Redraw();
+
 void SetActive( bool b ){
        m_bActive = b;
 };
@@ -150,8 +152,8 @@ guint m_chasemouse_handler;
 void ChaseMouse();
 bool chaseMouseMotion( int pointx, int pointy );
 
-void updateModelview();
-void updateProjection();
+void updateModelview(bool reconstruct = true);
+void updateProjection(bool reconstruct = true);
 Matrix4 m_projection;
 Matrix4 m_modelview;