unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Po Lu via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: Julien Cubizolles <j.cubizolles@free.fr>
Cc: 55497@debbugs.gnu.org
Subject: bug#55497: 29.0.50; Emacs Windows unidentified in Wayland (correct bug-report)
Date: Thu, 19 May 2022 15:47:41 +0800	[thread overview]
Message-ID: <874k1mklpe.fsf@yahoo.com> (raw)
In-Reply-To: <87y1yyouu8.fsf@free.fr> (Julien Cubizolles's message of "Thu, 19 May 2022 09:16:47 +0200")

Julien Cubizolles <j.cubizolles@free.fr> writes:

> I have no experience in C programming. Don't know if I did the right
> thing: I added a print and return in this function:
>
> xg_set_icon_from_xpm_data (struct frame *f, const char **data)
> {
>   GdkPixbuf *pixbuf = gdk_pixbuf_new_from_xpm_data (data);
>
>   printf("Got into xg_set_icon_from_xpm_data.\n");
>   return 1;
>   if (!pixbuf)
>     return false;
>   
>   if (!FRAME_GTK_OUTER_WIDGET (f))
>     return false;
>   
>   gtk_window_set_icon (GTK_WINDOW (FRAME_GTK_OUTER_WIDGET (f)), pixbuf);
>   g_object_unref (pixbuf);
>   return true;
> }
>
> and built emacs from git after ./configure --with-pgtk
> . Emacs -Q didn't print the message nor dit it
> break. It doesn't seem to get to this function.

Thanks.  I will look into this.





      reply	other threads:[~2022-05-19  7:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-18  8:54 bug#55497: 29.0.50; Emacs Windows unidentified in Wayland (correct bug-report) Julien Cubizolles
2022-05-18  9:57 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-05-18 12:45   ` Julien Cubizolles
2022-05-19  0:54     ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-05-19  7:16       ` Julien Cubizolles
2022-05-19  7:47         ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=874k1mklpe.fsf@yahoo.com \
    --to=bug-gnu-emacs@gnu.org \
    --cc=55497@debbugs.gnu.org \
    --cc=j.cubizolles@free.fr \
    --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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).