Optimize (for size) the cross_xpm used for the X button in wxMiniFrame. We use only...
authorMart Raudsepp <leio@gentoo.org>
Sat, 4 Feb 2006 12:39:23 +0000 (12:39 +0000)
committerMart Raudsepp <leio@gentoo.org>
Sat, 4 Feb 2006 12:39:23 +0000 (12:39 +0000)
commit07d04e37fdffc1bafdadaee417244c3045b760b0
tree2c0c4ce007774bc3c4147e369c1fed6ecb5e0b67
parent9adb9063694c27e993f66ffbe2bd64c49ea5c2d8
Optimize (for size) the cross_xpm used for the X button in wxMiniFrame. We use only 2 colors, so don't declare 16 of
them. Also swap the characters used to make the X visible in source code.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37303 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/minifram.cpp