all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andrew Cohen <acohen@ust.hk>
To: Po Lu <luangruo@yahoo.com>
Cc: emacs-devel@gnu.org
Subject: Re: bug in pgtk rendering
Date: Wed, 16 Mar 2022 10:51:52 +0800	[thread overview]
Message-ID: <87a6dqip87.fsf@ust.hk> (raw)
In-Reply-To: <87bky6sks4.fsf@yahoo.com> (Po Lu's message of "Wed, 16 Mar 2022 10:17:47 +0800")

>>>>> "PL" == Po Lu <luangruo@yahoo.com> writes:

    PL> Andrew Cohen <acohen@ust.hk> writes:
    >> Sorry for following up on my own post---I was filing a bug report
    >> and realized I haven't tried to reproduce the problem with emacs
    >> -Q. I'll do some more digging before reporting the bug. I
    >> apologize for the noise.

    PL> It's probably bug#54040.  Could you try the fix I posted at the
    PL> end of that thread?  The original reporter went quiet.

I guess you mean this?

>What happens if you replace:
>
>  scale = gtk_widget_get_scale_factor (FRAME_GTK_WIDGET (f));
>  cairo_surface_set_device_scale (surface, scale, scale);
>
>With:
>
>  cairo_surface_set_device_scale (surface, 1, 1);


That now makes everything blurry on the primary monitor as well as the
secondary, and much more frequently  :(




-- 
Andrew Cohen



  reply	other threads:[~2022-03-16  2:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-16  1:04 bug in pgtk rendering Andrew Cohen
2022-03-16  1:13 ` Andrew Cohen
2022-03-16  2:17   ` Po Lu
2022-03-16  2:51     ` Andrew Cohen [this message]
2022-03-16  3:38       ` Po Lu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87a6dqip87.fsf@ust.hk \
    --to=acohen@ust.hk \
    --cc=emacs-devel@gnu.org \
    --cc=luangruo@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.