Fix a typo
svn path=/trunk/; revision=21877
This commit is contained in:
@ -660,7 +660,7 @@ _gdk_window_new (GdkWindow *parent,
|
||||
void
|
||||
_gdk_windowing_window_destroy_foreign (GdkWindow *window)
|
||||
{
|
||||
/* It's somebody else's window, but in our heirarchy,
|
||||
/* It's somebody else's window, but in our hierarchy,
|
||||
* so reparent it to the root window, and then send
|
||||
* it a delete event, as if we were a WM
|
||||
*/
|
||||
|
||||
@ -508,9 +508,9 @@ _gdk_window_destroy_hierarchy (GdkWindow *window,
|
||||
{
|
||||
/* Logically, it probably makes more sense to send
|
||||
* a "destroy yourself" message to the foreign window
|
||||
* whether or not it's in our heirarchy; but for historical
|
||||
* whether or not it's in our hierarchy; but for historical
|
||||
* reasons, we only send "destroy yourself" messages to
|
||||
* foreign windows in our heirarchy.
|
||||
* foreign windows in our hierarchy.
|
||||
*/
|
||||
if (private->parent)
|
||||
_gdk_windowing_window_destroy_foreign (window);
|
||||
|
||||
@ -1170,7 +1170,7 @@ _gdk_windowing_window_destroy (GdkWindow *window,
|
||||
void
|
||||
_gdk_windowing_window_destroy_foreign (GdkWindow *window)
|
||||
{
|
||||
/* It's somebody else's window, but in our heirarchy,
|
||||
/* It's somebody else's window, but in our hierarchy,
|
||||
* so reparent it to the root window, and then send
|
||||
* it a delete event, as if we were a WM
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user