summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorleo2006-01-24 04:48:40 +0000
committerleo2006-01-24 04:48:40 +0000
commit3cf202f177cffb3b962420933ab8d9481b0d8f32 (patch)
treebb3b66c0f6948443b4b6230841d8e39ad737cafd /linux
parent8773592dd2a7f096b29d91b750437ac60b4584f8 (diff)
Added the ability to zoom and rotate the Piece Preview.
git-svn-id: http://svn.leocad.org/trunk@460 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'linux')
-rw-r--r--linux/glwindow.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/linux/glwindow.cpp b/linux/glwindow.cpp
index dab45f1..efd9fb3 100644
--- a/linux/glwindow.cpp
+++ b/linux/glwindow.cpp
@@ -271,3 +271,10 @@ void GLWindow::Redraw ()
gtk_widget_draw (prv->widget, (GdkRectangle*)NULL);
}
+void GLWindow::CaptureMouse()
+{
+}
+
+void GLWindow::ReleaseMouse()
+{
+}