[gthumb: 4/20] There's no depth param in the gdk_window_get_geometry function anymore



commit 656a52f604c282e78660dbedc6bd3b6357f98ae1
Author: Lincoln de Sousa <lincoln comum org>
Date:   Fri May 6 23:41:24 2011 -0300

    There's no depth param in the gdk_window_get_geometry function anymore

 gthumb/gth-browser.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gthumb/gth-browser.c b/gthumb/gth-browser.c
index b62b498..258cb9a 100644
--- a/gthumb/gth-browser.c
+++ b/gthumb/gth-browser.c
@@ -5900,7 +5900,7 @@ hide_mouse_pointer_cb (gpointer data)
 		GtkWidget *widget = scan->data;
 		int        x, y, w, h;
 
-		gdk_window_get_geometry (gtk_widget_get_window (widget), &x, &y, &w, &h, NULL);
+		gdk_window_get_geometry (gtk_widget_get_window (widget), &x, &y, &w, &h);
 
 		if ((px >= x) && (px <= x + w) && (py >= y) && (py <= y + h))
 			return FALSE;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]