]> git.donarmstrong.com Git - xournal.git/blobdiff - src/xo-paint.h
Image patch
[xournal.git] / src / xo-paint.h
index d69b88100d48d82ae934c8b25b694406a16b80ec..8d69bd68efed31358f82d5a03894aefcec003b77 100644 (file)
@@ -1,3 +1,19 @@
+/*
+ *  This program is free software; you can redistribute it and/or
+ *  modify it under the terms of the GNU General Public
+ *  License as published by the Free Software Foundation; either
+ *  version 2 of the License, or (at your option) any later version.
+ *
+ *  This software is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of  
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *  General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
+
 void set_cursor_busy(gboolean busy);
 void update_cursor(void);
 void update_cursor_for_resize(double *pt);
@@ -22,10 +38,8 @@ void continue_resizesel(GdkEvent *event);
 void finalize_resizesel(void);
 
 void selection_delete(void);
-void selection_to_clip(void);
-void clipboard_paste(void);
 
-void recolor_selection(int color);
+void recolor_selection(int color_no, guint color_rgba);
 void rethicken_selection(int val);
 
 /* text functions */