summaryrefslogtreecommitdiff
path: root/linux/main.h
diff options
context:
space:
mode:
authorleo2000-12-15 19:54:11 +0000
committerleo2000-12-15 19:54:11 +0000
commit68c5d0eab6376ba5d9329aa3d3b6cf0023a5bca6 (patch)
treeda5d4ccb019126bbc40f0eb8b814873241e685d7 /linux/main.h
parentd9bc55babd4e7fa69e46445d928c8c545376a3cf (diff)
Check that the saved window position is valid
git-svn-id: http://svn.leocad.org/trunk@175 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'linux/main.h')
-rw-r--r--linux/main.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/linux/main.h b/linux/main.h
index d1521ec..e800d41 100644
--- a/linux/main.h
+++ b/linux/main.h
@@ -30,11 +30,12 @@ void OnCommandDirect(GtkWidget *w, gpointer data);
#define ID_VIEW_TOOLBAR_STANDARD 20
#define ID_VIEW_TOOLBAR_DRAWING 21
#define ID_VIEW_TOOLBAR_ANIMATION 22
-#define ID_VIEW_TOOLBAR_PIECES 23
-#define ID_VIEW_TOOLBAR_FLOATING 24
-#define ID_VIEW_TOOLBAR_BOTH 25
-#define ID_VIEW_TOOLBAR_ICONS 26
-#define ID_VIEW_TOOLBAR_TEXT 27
+#define ID_VIEW_TOOLBAR_MODIFY 23
+#define ID_VIEW_TOOLBAR_PIECES 24
+#define ID_VIEW_TOOLBAR_FLOATING 25
+#define ID_VIEW_TOOLBAR_BOTH 26
+#define ID_VIEW_TOOLBAR_ICONS 27
+#define ID_VIEW_TOOLBAR_TEXT 28
#define ID_CAMERA_FIRST 1001
#define ID_CAMERA_LAST 1255