]> git.donarmstrong.com Git - xournal.git/blobdiff - src/xo-paint.h
Add a hand tool
[xournal.git] / src / xo-paint.h
index 4df6f1bc7484e3db18ec64ed3d6e7a52abd28c87..d01cee294b1ef36432f0c9d5d6c770ddcffccff4 100644 (file)
@@ -7,6 +7,8 @@ void finalize_stroke(void);
 
 void do_eraser(GdkEvent *event, double radius, gboolean whole_strokes);
 
+void do_hand(GdkEvent *event);
+
 void start_selectrect(GdkEvent *event);
 void finalize_selectrect(void);
 gboolean start_movesel(GdkEvent *event);
@@ -17,3 +19,6 @@ void finalize_movesel(void);
 void selection_delete(void);
 void selection_to_clip(void);
 void clipboard_paste(void);
+
+void recolor_selection(int color);
+void rethicken_selection(int val);