]> Pileus Git - ~andy/gtk/blob - gdk/win32/gdkglobals-win32.c
Massive changes. Too many to list here, but I'll try a summary:
[~andy/gtk] / gdk / win32 / gdkglobals-win32.c
1 /* GDK - The GIMP Drawing Kit
2  * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
3  * Copyright (C) 1998-2002 Tor Lillqvist
4  *
5  * This library is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU Lesser General Public
7  * License as published by the Free Software Foundation; either
8  * version 2 of the License, or (at your option) any later version.
9  *
10  * This library is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13  * Lesser General Public License for more details.
14  *
15  * You should have received a copy of the GNU Lesser General Public
16  * License along with this library; if not, write to the
17  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18  * Boston, MA 02111-1307, USA.
19  */
20
21 /*
22  * Modified by the GTK+ Team and others 1997-2000.  See the AUTHORS
23  * file for a list of people on the GTK+ Team.  See the ChangeLog
24  * files for a list of changes.  These files are distributed with
25  * GTK+ at ftp://ftp.gtk.org/pub/gtk/. 
26  */
27
28 #include "gdktypes.h"
29 #include "gdkprivate-win32.h"
30
31 HWND              gdk_root_window = NULL;
32 HDC               gdk_display_hdc;
33 HINSTANCE         gdk_dll_hinstance;
34 HINSTANCE         gdk_app_hmodule;
35
36 WORD              cf_rtf;
37 WORD              cf_utf8_string;
38
39 GdkAtom           utf8_string;
40 GdkAtom           compound_text;
41 GdkAtom           text_uri_list;
42
43 GdkAtom           local_dnd;
44 GdkAtom           gdk_win32_dropfiles;
45 GdkAtom           gdk_ole2_dnd;
46
47 GdkAtom           _gdk_selection_property;
48
49 DWORD             windows_version;
50
51 gint              gdk_input_ignore_wintab = FALSE;
52 gint              gdk_event_func_from_window_proc = FALSE;
53 gint              gdk_max_colors = 0;