[gnome-boxes/vnc-use-full-color-depth] vnc-display: Use color depth FULL by default
- From: Felipe Borges <felipeborges src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes/vnc-use-full-color-depth] vnc-display: Use color depth FULL by default
- Date: Wed, 6 Mar 2019 09:36:56 +0000 (UTC)
commit 988cbcf28a38a93886c751c8eaafef55f1e78c37
Author: Felipe Borges <felipeborges gnome org>
Date: Wed Mar 6 10:35:56 2019 +0100
vnc-display: Use color depth FULL by default
Fixes #316
src/vnc-display.vala | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/src/vnc-display.vala b/src/vnc-display.vala
index 98585d23..1d6f7996 100644
--- a/src/vnc-display.vala
+++ b/src/vnc-display.vala
@@ -22,6 +22,7 @@
display.set_pointer_grab (true);
display.set_force_size (false);
display.set_scaling (true);
+ display.set_depth (DisplayDepthColor.FULL);
// the VNC widget doesn't like not to have a realized window,
// so we put it into a window temporarily
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]