]> git.donarmstrong.com Git - xournal.git/blobdiff - src/xo-paint.h
don't attempt to link with libX11 under MinGW
[xournal.git] / src / xo-paint.h
index d69b88100d48d82ae934c8b25b694406a16b80ec..4ee4e40d9fa99984c69351c22b39a7230f69abf4 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);
@@ -25,7 +41,7 @@ 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 */