From cb0f6c8c91b564e541688b3f0f57d8456295dc1f Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Tue, 30 Oct 2012 21:25:58 +0100 Subject: Eliminate some more warnings --- src/fe-gtk/xtext.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/fe-gtk/xtext.c') diff --git a/src/fe-gtk/xtext.c b/src/fe-gtk/xtext.c index 18b6014b..7269e921 100644 --- a/src/fe-gtk/xtext.c +++ b/src/fe-gtk/xtext.c @@ -2179,7 +2179,7 @@ gtk_xtext_set_clip_owner (GtkWidget * xtext, GdkEventButton * event) void gtk_xtext_copy_selection (GtkXText *xtext) { - gtk_xtext_set_clip_owner (xtext, NULL); + gtk_xtext_set_clip_owner (GTK_WIDGET (xtext), NULL); } static void @@ -4057,7 +4057,7 @@ gtk_xtext_load_trans (GtkXText * xtext) ReleaseDC (hwnd, hdc); gdk_drawable_get_size (GTK_WIDGET (xtext)->window, &width, &height); - img = gdk_image_get (GTK_WIDGET (xtext)->window, 0, 0, width+128, height); + img = gdk_drawable_get_image (GTK_WIDGET (xtext)->window, 0, 0, width+128, height); xtext->pixmap = win32_tint (xtext, img, img->width, img->height); #else -- cgit 1.4.1