]> git.pld-linux.org Git - packages/gdk-pixbuf.git/blame - gdk-pixbuf-ico-width.patch
- x32 rebuild
[packages/gdk-pixbuf.git] / gdk-pixbuf-ico-width.patch
CommitLineData
7d1d0aae
PG
1--- gdk-pixbuf-0.22.0/gdk-pixbuf/io-ico.c.miscfix 2002-09-27 18:19:15.000000000 -0400
2+++ gdk-pixbuf-0.22.0/gdk-pixbuf/io-ico.c 2004-03-03 09:30:00.000000000 -0500
3@@ -360,7 +360,7 @@
4 else if (State->Type == 24)
5 State->LineWidth = State->Header.width * 3;
6 else if (State->Type == 16)
7- State->LineWidth = State->Header.height * 2;
8+ State->LineWidth = State->Header.width * 2;
9 else if (State->Type == 8)
10 State->LineWidth = State->Header.width * 1;
11 else if (State->Type == 4)
This page took 0.064666 seconds and 4 git commands to generate.