- 追加された行はこの色です。
- 削除された行はこの色です。
- GTK+ へ行く。
- http://ja.wikipedia.org/wiki/GTK%2B
* [#k9f69837]
svn co http://svn.gnome.org/svn/gtk+/trunk/
- http://ftp.gnome.org/pub/GNOME/MIRRORS
-- ftp://ftp.nara.wide.ad.jp/pub/X11/GNOME/sources/gtk+/2.9/
* `builtin_icons' undeclared [#we6a4d65]
- http://www.mail-archive.com/directfb-dev@directfb.org/msg04749.html
- http://www.bitshrine.org/gpp/gtk2-2.12.1-builtin_icons.patch
gtk/gtkicontheme.c void
_gtk_icon_theme_ensure_builtin_cache (void)
{
+ gchar *builtin_icons;
static gboolean initialized = FALSE;
* undefined symbol: g_type_register_static_simple [#a98d2334]
- https://www.linuxquestions.org/questions/linux-software-2/gtk-applications-problem-490276/
どうも g_type_register_static_simple は 2.0.x ではあったけど、2.1.x で消えたらしい…