gdk/win32/gdkprivate-win32.h gdk/win32/gdkglobals-win32.c Remove

2004-10-31  Tor Lillqvist  <tml@iki.fi>

	* gdk/win32/gdkprivate-win32.h
	* gdk/win32/gdkglobals-win32.c
	* gdk/win32/gdkmain-win32.c: Remove _windows_version and the
	IS_WIN_NT() macro.

	* gdk/win32/*.c: Use G_WIN32_IS_NT_BASED() from GLib instead.
This commit is contained in:
Tor Lillqvist
2004-10-31 14:47:15 +00:00
committed by Tor Lillqvist
parent 1c8e6a0e4f
commit a841d12888
12 changed files with 46 additions and 22 deletions

View File

@ -62,8 +62,6 @@ GdkAtom _gdk_selection_property;
GdkAtom _wm_transient_for;
DWORD _windows_version;
gint _gdk_input_ignore_wintab = FALSE;
gint _gdk_max_colors = 0;