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



commit be3370bfb8524c7747379c68ca9420d68af1265a
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Wed May 11 12:35:39 2011 +0200

    Revert "There's no depth param in the gdk_window_get_geometry function anymore"
    
    This reverts commit 656a52f604c282e78660dbedc6bd3b6357f98ae1.

 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 83b2f70..51853c3 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);
+		gdk_window_get_geometry (gtk_widget_get_window (widget), &x, &y, &w, &h, NULL);
 
 		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]