README.mingw

Wed, 01 Feb 2006 22:38:34 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Wed, 01 Feb 2006 22:38:34 +0000
changeset 13091
b5ed878998dd
parent 4904
141d6bd56fd2
child 14638
b0fa76dac93f
permissions
-rw-r--r--

[gaim-migrate @ 15452]
Changes to some pixbuf stuff.

I added a 'gaim_gtk_create_gaim_icon_with_status()' function to util.c,
and changed 'gaim_gtk_create_prpl_icon_with_status()' to accept a scale
factor because almost everywhere this function was used we would scale
the pixbuf to a smaller size as soon as we got it. So there's a bit less
code duplication.

Also, I think I added some g_object_unref()'s in one or two places where
it was missing.

3630
caa952062dc2 [gaim-migrate @ 3753]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
1 How to build Gaim using MinGw
caa952062dc2 [gaim-migrate @ 3753]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2 =============================
caa952062dc2 [gaim-migrate @ 3753]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
3
4900
594e21d12814 [gaim-migrate @ 5234]
Herman Bloggs <herman@bluedigits.com>
parents: 4128
diff changeset
4 Since these instructions are constantly changing and in order for me to
594e21d12814 [gaim-migrate @ 5234]
Herman Bloggs <herman@bluedigits.com>
parents: 4128
diff changeset
5 avoid maintaining two versions of these instructions please refer to:
3630
caa952062dc2 [gaim-migrate @ 3753]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
6
4904
141d6bd56fd2 [gaim-migrate @ 5238]
Herman Bloggs <herman@bluedigits.com>
parents: 4900
diff changeset
7 http://gaim.sourceforge.net/win32
3630
caa952062dc2 [gaim-migrate @ 3753]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
8
4900
594e21d12814 [gaim-migrate @ 5234]
Herman Bloggs <herman@bluedigits.com>
parents: 4128
diff changeset
9 - Herman
3630
caa952062dc2 [gaim-migrate @ 3753]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
10

mercurial