]> git.donarmstrong.com Git - xournal.git/commitdiff
Initial revision
authorauroux <auroux>
Thu, 26 Jan 2006 20:24:14 +0000 (20:24 +0000)
committerauroux <auroux>
Thu, 26 Jan 2006 20:24:14 +0000 (20:24 +0000)
src/xo-paint.h [new file with mode: 0644]

diff --git a/src/xo-paint.h b/src/xo-paint.h
new file mode 100644 (file)
index 0000000..4df6f1b
--- /dev/null
@@ -0,0 +1,19 @@
+void set_cursor_busy(gboolean busy);
+void update_cursor(void);
+
+void create_new_stroke(GdkEvent *event);
+void continue_stroke(GdkEvent *event);
+void finalize_stroke(void);
+
+void do_eraser(GdkEvent *event, double radius, gboolean whole_strokes);
+
+void start_selectrect(GdkEvent *event);
+void finalize_selectrect(void);
+gboolean start_movesel(GdkEvent *event);
+void start_vertspace(GdkEvent *event);
+void continue_movesel(GdkEvent *event);
+void finalize_movesel(void);
+
+void selection_delete(void);
+void selection_to_clip(void);
+void clipboard_paste(void);