提交 f86e9db0 编写于 作者: P prr

8198649: Switch AWT/Swing's default GTK version to 3

8222496: [8u] Switch on GTK3 as a default GTK L&F in client-libs
Reviewed-by: psadhukhan, kaddepalli
上级 6554a4e4
......@@ -44,19 +44,19 @@ typedef struct {
} GtkLib;
static GtkLib gtk_libs[] = {
{
GTK_2,
JNI_LIB_NAME("gtk-x11-2.0"),
VERSIONED_JNI_LIB_NAME("gtk-x11-2.0", "0"),
&gtk2_load,
&gtk2_check
},
{
GTK_3,
JNI_LIB_NAME("gtk-3"),
VERSIONED_JNI_LIB_NAME("gtk-3", "0"),
&gtk3_load,
&gtk3_check
},
{
GTK_2,
JNI_LIB_NAME("gtk-x11-2.0"),
VERSIONED_JNI_LIB_NAME("gtk-x11-2.0", "0"),
&gtk2_load,
&gtk2_check
}
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册