diff options
author | raveit65 <[email protected]> | 2017-01-08 15:36:25 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-01-15 10:32:09 +0100 |
commit | 52e24934ab37f874df2511ed760b2e39b49b5048 (patch) | |
tree | b1e26f81a1cd81214131590584140a3b11dbde06 /src | |
parent | 05b6fe9ca261f269f6745933aabea378f393e9e1 (diff) | |
download | eom-52e24934ab37f874df2511ed760b2e39b49b5048.tar.bz2 eom-52e24934ab37f874df2511ed760b2e39b49b5048.tar.xz |
force X11
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -194,6 +194,8 @@ main (int argc, char **argv) bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); textdomain (GETTEXT_PACKAGE); + gdk_set_allowed_backends ("x11"); + ctx = g_option_context_new (NULL); g_option_context_add_main_entries (ctx, goption_options, PACKAGE); /* Option groups are free'd together with the context |