mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
CtrlCore: gtk3 now compiles in squeeze
git-svn-id: svn://ultimatepp.org/upp/trunk@14176 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
461fbf3efc
commit
6328ab2f1d
1 changed files with 2 additions and 0 deletions
|
|
@ -55,7 +55,9 @@ int Ctrl::scale;
|
|||
void InitGtkApp(int argc, char **argv, const char **envptr)
|
||||
{
|
||||
LLOG(rmsecs() << " InitGtkApp");
|
||||
#if GTK_CHECK_VERSION(3, 10, 0)
|
||||
gdk_set_allowed_backends("x11"); // this fixes wayland issues
|
||||
#endif
|
||||
|
||||
EnterGuiMutex();
|
||||
gtk_init(&argc, &argv);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue