Skip to content

Commit

Permalink
resolve argument type mismatch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuki Harano committed Mar 30, 2020
1 parent 2a8e8fe commit 691f910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gtkutil.c
Original file line number Diff line number Diff line change
Expand Up @@ -1830,7 +1830,7 @@ xg_set_override_redirect (struct frame *f, Lisp_Object override_redirect)
functions so GTK does not overwrite the icon. */

void
xg_set_frame_icon (struct frame *f, Pixmap icon_pixmap, Pixmap icon_mask)
xg_set_frame_icon (struct frame *f, Emacs_Pixmap icon_pixmap, Emacs_Pixmap icon_mask)
{
GdkPixbuf *gp = xg_get_pixbuf_from_pix_and_mask (f,
icon_pixmap,
Expand Down

0 comments on commit 691f910

Please sign in to comment.