[ekiga/ds-gtk-application] Pixmaps: Fixed YUV icon generation.



commit bf016e35cb022ee40b876a24bb3d276fe319bd24
Author: Damien Sandras <dsandras seconix com>
Date:   Sat Dec 20 13:45:39 2014 +0100

    Pixmaps: Fixed YUV icon generation.

 pixmaps/conv-icon.pl |    4 ++--
 pixmaps/icon.h       |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/pixmaps/conv-icon.pl b/pixmaps/conv-icon.pl
index 5cca2c2..34cef28 100755
--- a/pixmaps/conv-icon.pl
+++ b/pixmaps/conv-icon.pl
@@ -47,8 +47,8 @@ my $line=0;
 
 print OUTFILE "
 /* Generated by conf-icon.pl */
-static const unsigned gm_icon_width  = 72;
-static const unsigned gm_icon_height = 72;
+static const unsigned gm_icon_width  = 128;
+static const unsigned gm_icon_height = 128;
 
 #ifdef __SUNPRO_C
 #pragma align 4 (gm_icon_yuv)
diff --git a/pixmaps/icon.h b/pixmaps/icon.h
index 297595e..f6e0b2c 100644
--- a/pixmaps/icon.h
+++ b/pixmaps/icon.h
@@ -1,7 +1,7 @@
 
 /* Generated by conf-icon.pl */
-static const unsigned gm_icon_width  = 72;
-static const unsigned gm_icon_height = 72;
+static const unsigned gm_icon_width  = 128;
+static const unsigned gm_icon_height = 128;
 
 #ifdef __SUNPRO_C
 #pragma align 4 (gm_icon_yuv)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]