]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/haikuterm.c (haiku_draw_underwave): Fix default scale.
authorPo Lu <luangruo@yahoo.com>
Mon, 9 May 2022 11:21:15 +0000 (11:21 +0000)
committerPo Lu <luangruo@yahoo.com>
Mon, 9 May 2022 11:21:15 +0000 (11:21 +0000)
src/haikuterm.c

index bfa6be225ac9601056d46a651ffdd8357f47ac91..747c8e4275f8ac26e994742dd0a8b671bab09eac 100644 (file)
@@ -742,8 +742,8 @@ haiku_draw_underwave (struct glyph_string *s, int width, int x)
   float ax, ay, bx, by;
   void *view;
 
-  scale_x = 4;
-  scale_y = 4;
+  scale_x = 1;
+  scale_y = 1;
   haiku_get_scale_factor (&scale_x, &scale_y);
   wave_height = 3 * scale_y;
   wave_length = 2 * scale_x;