Various cleanups. (#315360, Kjartan Maraas)

2005-09-13  Matthias Clasen  <mclasen@redhat.com>

	* gtk/*.c: Various cleanups.  (#315360, Kjartan Maraas)
This commit is contained in:
Matthias Clasen
2005-09-13 19:57:42 +00:00
committed by Matthias Clasen
parent 9a5d4a2ff9
commit 463aab93dd
75 changed files with 59 additions and 373 deletions

View File

@ -233,7 +233,7 @@ _gtk_plug_windowing_filter_func (GdkXEvent *gdk_xevent,
* root window as the reliable end of the embedding protocol
*/
return GDK_FILTER_REMOVE;
return_val = GDK_FILTER_REMOVE;
}
break;
case ReparentNotify:
@ -324,5 +324,5 @@ _gtk_plug_windowing_filter_func (GdkXEvent *gdk_xevent,
}
}
return GDK_FILTER_CONTINUE;
return return_val;
}