sawfish r4441 - in branches/sawfish-1.3: . src
- From: chrisb svn gnome org
- To: svn-commits-list gnome org
- Subject: sawfish r4441 - in branches/sawfish-1.3: . src
- Date: Thu, 5 Mar 2009 19:12:20 +0000 (UTC)
Author: chrisb
Date: Thu Mar 5 19:12:20 2009
New Revision: 4441
URL: http://svn.gnome.org/viewvc/sawfish?rev=4441&view=rev
Log:
make comilation with imlib instead of gdk-pixbuf possible again [Michal Jaegermann]
Modified:
branches/sawfish-1.3/ChangeLog
branches/sawfish-1.3/configure.in
branches/sawfish-1.3/src/images.c
Modified: branches/sawfish-1.3/configure.in
==============================================================================
--- branches/sawfish-1.3/configure.in (original)
+++ branches/sawfish-1.3/configure.in Thu Mar 5 19:12:20 2009
@@ -28,7 +28,7 @@
AC_CONFIG_MACRO_DIR([m4])
dnl Release versioning info
-version="1.3.5.2"
+version="1.3.5.3"
subversion=""
output_files="src/Makefile lisp/Makefile scripts/Makefile themes/Makefile\
Modified: branches/sawfish-1.3/src/images.c
==============================================================================
--- branches/sawfish-1.3/src/images.c (original)
+++ branches/sawfish-1.3/src/images.c Thu Mar 5 19:12:20 2009
@@ -1001,6 +1001,9 @@
int src_width, src_height;
int dst_width, dst_height;
int x,dst_y;
+#if defined HAVE_IMLIB
+ int src_y;
+#endif
rep_DECLARE1(dst, IMAGEP);
rep_DECLARE2(src, IMAGEP);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]