aboutsummaryrefslogtreecommitdiff
path: root/games/zoom/patches/enable-antialiasing.patch
blob: f75c60060445fd343533f2b5da203a58268e8220 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Enable anti-aliasing by default
Author: Stephen Kitt <skitt@debian.org>
Bug-Debian: https://bugs.debian.org/813715

--- a/src/zoomrc
+++ b/src/zoomrc
@@ -25,7 +25,7 @@
   font 9 "font3"                                      symbolic
   
   size 80,30
-  antialias no
+  antialias yes
 
   colours (0,0,0), (255,0,0), (0,255,0), (255,255,0), (0,0,255), (255,0,255),
           (0,255,255), (255,255,204),