diff options
author | Wu Xiaotian <[email protected]> | 2019-12-27 17:13:43 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-01-09 00:04:07 +0100 |
commit | be4fa2808c4e1a36c2c9b58c1267a54cdda6e495 (patch) | |
tree | cebf7d01ff8450fa58140f4d8137b073f2c19ff2 /src/main.c | |
parent | c8773d8a8ad908db7cc14e600c359f116e0d241a (diff) | |
download | eom-be4fa2808c4e1a36c2c9b58c1267a54cdda6e495.tar.bz2 eom-be4fa2808c4e1a36c2c9b58c1267a54cdda6e495.tar.xz |
enable wayland support
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ main (int argc, char **argv) bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); textdomain (GETTEXT_PACKAGE); - gdk_set_allowed_backends ("x11"); + gdk_set_allowed_backends ("wayland,x11"); ctx = g_option_context_new (_("[FILEā¦]")); g_option_context_add_main_entries (ctx, goption_options, PACKAGE); |