From: Po Lu via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: Thomas Jost <schnouki@schnouki.net>
Cc: 54040@debbugs.gnu.org
Subject: bug#54040: 29.0.50; Text becomes blurry on PGTK/Wayland
Date: Fri, 18 Feb 2022 08:58:17 +0800 [thread overview]
Message-ID: <87k0dtrnx2.fsf@yahoo.com> (raw)
In-Reply-To: <87bkz5wz5o.fsf@schnouki.net> (Thomas Jost's message of "Thu, 17 Feb 2022 11:44:19 +0100")
Thomas Jost <schnouki@schnouki.net> writes:
> Attached is a patch that seems to solve this issue for me without
> completely reverting that commit. I'm not sure if it's really a correct
> fix; please email me if you need any more details or testing!
I understand why your fix works, but please see if this change fixes the
problem, thanks:
diff --git a/src/pgtkterm.c b/src/pgtkterm.c
index 65408801cf..bc47c0471d 100644
--- a/src/pgtkterm.c
+++ b/src/pgtkterm.c
@@ -2932,9 +2932,8 @@ pgtk_copy_bits (struct frame *f, cairo_rectangle_t *src_rect,
surface =
gdk_window_create_similar_surface (window, CAIRO_CONTENT_COLOR_ALPHA,
- FRAME_CR_SURFACE_DESIRED_WIDTH (f),
- FRAME_CR_SURFACE_DESIRED_HEIGHT
- (f));
+ (int) src_rect->width,
+ (int) src_rect->height);
cr = cairo_create (surface);
cairo_set_source_surface (cr, FRAME_CR_SURFACE (f), -src_rect->x,
next prev parent reply other threads:[~2022-02-18 0:58 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-17 10:44 bug#54040: 29.0.50; Text becomes blurry on PGTK/Wayland Thomas Jost via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-02-18 0:35 ` Morgan Smith
2022-02-18 0:58 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
2022-02-18 7:25 ` Thomas Jost via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-02-18 7:38 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-02-18 7:44 ` Thomas Jost via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-02-18 7:47 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-02-18 9:03 ` Thomas Jost via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-02-18 10:15 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-02-18 17:07 ` Thomas Jost via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-02-19 0:59 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-03-17 0:00 ` Andrew Cohen
2022-03-17 1:04 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-03-17 1:44 ` Andrew Cohen
2022-03-17 3:45 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-03-17 4:02 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
[not found] ` <87a6dpb4tm.fsf@ust.hk>
2022-03-17 4:23 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
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=87k0dtrnx2.fsf@yahoo.com \
--to=bug-gnu-emacs@gnu.org \
--cc=54040@debbugs.gnu.org \
--cc=luangruo@yahoo.com \
--cc=schnouki@schnouki.net \
/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.