[vinagre] Enabled font smoothing by default in RDP plugin
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vinagre] Enabled font smoothing by default in RDP plugin
- Date: Tue, 6 Oct 2015 15:41:44 +0000 (UTC)
commit 2a066d2fa3c1c8e98652dcf0604c431149ed7123
Author: Emīls Piņķis <pinkisemils gmail com>
Date: Tue Oct 6 16:33:38 2015 +0100
Enabled font smoothing by default in RDP plugin
plugins/rdp/vinagre-rdp-tab.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/plugins/rdp/vinagre-rdp-tab.c b/plugins/rdp/vinagre-rdp-tab.c
index 6900864..3205a67 100644
--- a/plugins/rdp/vinagre-rdp-tab.c
+++ b/plugins/rdp/vinagre-rdp-tab.c
@@ -1152,6 +1152,9 @@ open_freerdp (VinagreRdpTab *rdp_tab)
freerdp_kbd_init (GDK_DISPLAY_XDISPLAY (gdk_display_get_default ()), KBD_US);
#endif
+ /* Allow font smoothing by default */
+ settings->AllowFontSmoothing = TRUE;
+
/* Setup display for FreeRDP session */
priv->display = gtk_drawing_area_new ();
if (priv->display)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]