diff options
author | Tor Lillqvist <tml@iki.fi> | 2004-01-25 22:19:40 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2004-01-25 22:19:40 +0000 |
commit | 15567341f17ca86fa38ab52ce0a67e411f895b0d (patch) | |
tree | 8589ca4bc52e5fd74e6febf4f3bcbd88091059db /acconfig.h | |
parent | 20aa49061fbce27aa38728aa7226cd6b6f3048f1 (diff) | |
download | gtk+-15567341f17ca86fa38ab52ce0a67e411f895b0d.tar.gz |
If the WM_TRANSIENT_FOR property is being deleted, set the owner of the
2004-01-25 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkproperty-win32.c (gdk_property_delete): If the
WM_TRANSIENT_FOR property is being deleted, set the owner of the
window to the root window (i.e., effectively unset it). (#132411)
* gdk/win32/gdkprivate-win32.h
* gdk/win32/gdkglobals-win32.c
* gdk/win32/gdkmain-win32.c: Declare, define and initialize
_wm_transient_for, a GdkAtom for WM_TRANSIENT_FOR.
* acconfig.h: Remove HAVE_WINSOCK_H, not used any longer.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h index f9617e62b7..f30310c241 100644 --- a/acconfig.h +++ b/acconfig.h @@ -34,7 +34,6 @@ #undef HAVE_SYS_TIME_H #undef HAVE_XFREE_XINERAMA #undef HAVE_XINERAMA -#undef HAVE_WINSOCK_H #undef HAVE_WINTAB #undef HAVE_XCONVERTCASE #undef HAVE_XFT |