diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2007-05-30 20:11:46 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2007-05-30 20:11:46 +0000 |
commit | ce7733bb75ee70e188fcb28eddca0dd2cc08c12f (patch) | |
tree | c4973822f28a3d5184239eda956aaa8624da3bb5 /x11/xcoloredit | |
parent | 1bedb3eafdc60b6761fe39faed806d3548412fdf (diff) | |
download | ports-ce7733bb75ee70e188fcb28eddca0dd2cc08c12f.tar.gz ports-ce7733bb75ee70e188fcb28eddca0dd2cc08c12f.zip |
Notes
Diffstat (limited to 'x11/xcoloredit')
-rw-r--r-- | x11/xcoloredit/files/patch-xcoloredit.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/xcoloredit/files/patch-xcoloredit.c b/x11/xcoloredit/files/patch-xcoloredit.c new file mode 100644 index 000000000000..73aac0206b45 --- /dev/null +++ b/x11/xcoloredit/files/patch-xcoloredit.c @@ -0,0 +1,10 @@ +--- xcoloredit.c.orig Wed May 30 22:10:09 2007 ++++ xcoloredit.c Wed May 30 22:10:57 2007 +@@ -85,6 +85,7 @@ + static void move_scroll(); + static void change_text_colour(); + ++static int WhichButton(String name); + + #define MEMORY_OFFSET 8 + #define NUM_MEMORIES 36 |