diff options
author | Jinhyung Jo <jinhyung.jo@samsung.com> | 2016-09-30 21:14:32 +0900 |
---|---|---|
committer | Jinhyung Jo <jinhyung.jo@samsung.com> | 2016-10-04 12:07:51 +0900 |
commit | f569c289168ec579bcb62231d2572a80be5d6d52 (patch) | |
tree | 2c065f7a469094359220a68d70b361c075e4aaca /vl.c | |
parent | c4145f7dc2d523e446b28738410288764bb0910a (diff) | |
download | qemu-f569c289168ec579bcb62231d2572a80be5d6d52.tar.gz qemu-f569c289168ec579bcb62231d2572a80be5d6d52.tar.bz2 qemu-f569c289168ec579bcb62231d2572a80be5d6d52.zip |
Revert "display: move display functionality to Qt5 GUI"
With AMD GPUs,
reverted commit makes a ciritical bug that GUI is invisible.
This reverts commit 99ffcba1997dade13316bd09023f93597db0f2df.
Conflicts:
tizen/src/ui/displayglwidget.cpp
tizen/src/ui/qt5_supplement.cpp
Change-Id: Ie5b4655bdf1beb228c788dd7dc874bb6f1cba63c
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
Diffstat (limited to 'vl.c')
-rw-r--r-- | vl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2295,7 +2295,7 @@ static DisplayType select_display(const char *p) nextopt = endptr; } else if (strstart(opts, ",forcelegacy", &nextopt)) { opts = nextopt; - maru_qt5_set_force_legacy(true); + //maru_qt5_set_force_legacy(true); } else { invalid_maru_qt_args: error_report(FAILED_TO_DISPLAY_PARSING); |