diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2011-07-18 08:44:53 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2011-07-18 08:44:53 +0000 |
commit | 17f544534eb424175cd6d3d269aeee2e38afa860 (patch) | |
tree | b6a9d7ddabc6bf47caff66fd9872d7611eed5745 /x11-toolkits/gnocl/files | |
parent | b09bad088013ff6944eb1c50c6ee00572021c0fd (diff) | |
download | ports-17f544534eb424175cd6d3d269aeee2e38afa860.tar.gz ports-17f544534eb424175cd6d3d269aeee2e38afa860.zip |
Notes
Diffstat (limited to 'x11-toolkits/gnocl/files')
-rw-r--r-- | x11-toolkits/gnocl/files/patch-src_gnocl.c | 11 | ||||
-rw-r--r-- | x11-toolkits/gnocl/files/patch-src_pixBufFilters.c | 12 |
2 files changed, 23 insertions, 0 deletions
diff --git a/x11-toolkits/gnocl/files/patch-src_gnocl.c b/x11-toolkits/gnocl/files/patch-src_gnocl.c new file mode 100644 index 000000000000..6dd2f50b5f82 --- /dev/null +++ b/x11-toolkits/gnocl/files/patch-src_gnocl.c @@ -0,0 +1,11 @@ +--- src/gnocl.c.orig 2011-07-18 10:33:09.000000000 +0200 ++++ src/gnocl.c 2011-07-18 10:33:16.000000000 +0200 +@@ -647,7 +647,7 @@ + /* non-gtk widgets */ + { "spinner", gnoclSpinnerCmd }, + { "dial", gnoclDialCmd }, +- { "imageViewer", gnoclImageViewerCmd }, ++// { "imageViewer", gnoclImageViewerCmd }, + + /* gnocl only widget */ + { "splashScreen", gnoclSplashScreenCmd }, diff --git a/x11-toolkits/gnocl/files/patch-src_pixBufFilters.c b/x11-toolkits/gnocl/files/patch-src_pixBufFilters.c new file mode 100644 index 000000000000..a578b4fed663 --- /dev/null +++ b/x11-toolkits/gnocl/files/patch-src_pixBufFilters.c @@ -0,0 +1,12 @@ +--- src/pixBufFilters.c.orig 2011-07-18 09:45:14.000000000 +0200 ++++ src/pixBufFilters.c 2011-07-18 09:45:20.000000000 +0200 +@@ -14,9 +14,6 @@ + #include <string.h> + #include <assert.h> + +-static guint32 convertRGBtoPixel ( gchar *clr ); +- +- + int isBlack ( GdkPixbuf *pixbuf, gint x, gint y, gint threshold ) + { + guchar *pixels; |