talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 9d818b9d27d0c64dc6d02be18408daa13ab454f4
parent d5783e342aa3661614bc9d97f790db0f0abcf95f
Author: Andrej Kacian <ticho@claws-mail.org>
Date:   Thu, 15 Feb 2018 18:57:29 +0100

GTK_WINDOW_XWINDOW() to GTK_WINDOW_XID() in dillo.

Diffstat:
Msrc/plugins/dillo/dillo_viewer.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/dillo/dillo_viewer.c b/src/plugins/dillo/dillo_viewer.c @@ -150,7 +150,7 @@ static void dillo_show_mimepart(MimeViewer *_viewer, cmd = g_strdup_printf("dillo %s%s-x %d \"%s\"", (!load_images(viewer) ? "-l " : ""), (dillo_prefs.full ? "-f " : ""), - (gint) GDK_WINDOW_XWINDOW(gdkwin), + (gint) GDK_WINDOW_XID(gdkwin), viewer->filename); execute_command_line(cmd, TRUE, NULL);