[gnome-applets/gtk3: 7/23] accesx: variable should be GdkWindow, not GtkWindow



commit f10fb12edda895f52f9f48265afa457ab9719644
Author: Benjamin Otte <otte redhat com>
Date:   Fri Aug 20 13:41:53 2010 +0200

    accesx: variable should be GdkWindow, not GtkWindow
    
    https://bugzilla.gnome.org/show_bug.cgi?id=627490

 accessx-status/applet.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/accessx-status/applet.c b/accessx-status/applet.c
index 4498f42..f79d519 100644
--- a/accessx-status/applet.c
+++ b/accessx-status/applet.c
@@ -620,7 +620,7 @@ accessx_status_applet_update (AccessxStatusApplet *sapplet,
 			      AccessxStatusNotifyType notify_type,
 			      XkbEvent *event)
 {
-	GtkWindow * window;
+	GdkWindow * window;
 	gint i;
 
 	window = gtk_widget_get_window (GTK_WIDGET (sapplet->applet));



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