Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 127026 | Differences between
and this patch

Collapse All | Expand All

(-)./indra/llwindow/llwindowsdl.cpp (-1 / +1 lines)
Lines 135-141 Link Here
135
			<< gtk_major_version << "."
135
			<< gtk_major_version << "."
136
			<< gtk_minor_version << "."
136
			<< gtk_minor_version << "."
137
			<< gtk_micro_version << llendl;
137
			<< gtk_micro_version << llendl;
138
		gchar *gtk_warning;
138
		const gchar *gtk_warning;
139
		maybe_lock_display();
139
		maybe_lock_display();
140
		gtk_warning = gtk_check_version(GTK_MAJOR_VERSION,
140
		gtk_warning = gtk_check_version(GTK_MAJOR_VERSION,
141
						GTK_MINOR_VERSION,
141
						GTK_MINOR_VERSION,

Return to bug 127026