summaryrefslogtreecommitdiff
path: root/tikzit/src/gtk/Window.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/gtk/Window.h')
-rw-r--r--tikzit/src/gtk/Window.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tikzit/src/gtk/Window.h b/tikzit/src/gtk/Window.h
index 0e8ccdc..570cdf4 100644
--- a/tikzit/src/gtk/Window.h
+++ b/tikzit/src/gtk/Window.h
@@ -41,6 +41,8 @@
GtkPaned *tikzPaneSplitter;
GtkWidget *tikzPane;
+ gulong clipboard_handler_id;
+
// Classes that manage parts of the window
Menu *menu;
GraphEditorPanel *graphPanel;