]> source.dussan.org Git - tigervnc.git/commitdiff
Update UI look on macOS
authorPierre Ossman <ossman@cendio.se>
Mon, 22 Jan 2018 14:12:41 +0000 (15:12 +0100)
committerPierre Ossman <ossman@cendio.se>
Mon, 22 Jan 2018 14:12:41 +0000 (15:12 +0100)
macOS no longer uses the old Aqua look, so tweak our things to fit
in better with the current state of things.

vncviewer/vncviewer.cxx

index 53ff4b0c6ad84f14b13be2a12c7d2a12c09f715a..426be27b0d7a9bb7f77e8a130a53899d77dce1fa 100644 (file)
@@ -185,14 +185,14 @@ static void init_fltk()
   // Basic text size (10pt @ 96 dpi => 13px)
   FL_NORMAL_SIZE = 13;
 
-#ifndef __APPLE__
   // Select a FLTK scheme and background color that looks somewhat
-  // close to modern Linux and Windows.
+  // close to modern systems
   Fl::scheme("gtk+");
   Fl::background(220, 220, 220);
-#else
-  // On Mac OS X there is another scheme that fits better though.
-  Fl::scheme("plastic");
+
+  // macOS has a slightly brighter default background though
+#ifdef __APPLE__
+  Fl::background(240, 240, 240);
 #endif
 
   // Proper Gnome Shell integration requires that we set a sensible