Delete the gdk_DC when exiting, just to be sure.

1999-09-21  Tor Lillqvist  <tml@iki.fi>

* gdk/win32/gdk.c (gdk_exit_func): Delete the gdk_DC when exiting,
just to be sure.

* gdk/win32/gdkvisual.c (gdk_visual_init): Remove a couple of
unused variables, leftovers from the X11 version.

* gdk/win32/rc/*.cur: Better cursors provided by Bernd Herd.

* gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): Only
downcase fields on X11.
This commit is contained in:
Tor Lillqvist
1999-09-21 19:12:50 +00:00
committed by Tor Lillqvist
parent be9abde533
commit de1cf2ecba
70 changed files with 101 additions and 39 deletions

View File

@ -617,6 +617,8 @@ gdk_exit_func (void)
gdk_input_exit ();
gdk_key_repeat_restore ();
gdk_dnd_exit ();
DeleteDC (gdk_DC);
gdk_DC = NULL;
gdk_initialized = 0;
}
}