Don't lie, in fact the changes did not make the #322516 sample program work

as expected, sigh.
This commit is contained in:
Tor Lillqvist
2005-11-27 02:32:31 +00:00
parent f30b10304b
commit b8d74ef097
2 changed files with 8 additions and 6 deletions

View File

@@ -1,8 +1,9 @@
2005-11-27 Tor Lillqvist <tml@novell.com>
Once again rework Win32 window decoration code. Should fix #322516
and not break #104514. The dialogs in gtk-demo now have the same
decorations and behaviour as on X11.
Once again rework Win32 window decoration code. Doesn'tbreak
#104514. The dialogs in gtk-demo now have the same decorations and
behaviour as on X11. Tried to fix #322516 but it seems very hard
to make the trivial sample program there behave as expected.
* gdk/win32/gdkwindow-win32.h (struct _GdkWindowImplWin32): Keep
the type hint tucked away here.

View File

@@ -1,8 +1,9 @@
2005-11-27 Tor Lillqvist <tml@novell.com>
Once again rework Win32 window decoration code. Should fix #322516
and not break #104514. The dialogs in gtk-demo now have the same
decorations and behaviour as on X11.
Once again rework Win32 window decoration code. Doesn'tbreak
#104514. The dialogs in gtk-demo now have the same decorations and
behaviour as on X11. Tried to fix #322516 but it seems very hard
to make the trivial sample program there behave as expected.
* gdk/win32/gdkwindow-win32.h (struct _GdkWindowImplWin32): Keep
the type hint tucked away here.