Also remove unused variable _gdk_max_colors
wintab_contexts = NULL;
- if (_gdk_input_ignore_wintab)
- return;
-
n = GetSystemDirectory (&dummy, 0);
if (n <= 0)
gboolean _gdk_input_locale_is_ime = FALSE;
UINT _gdk_input_codepage;
-int _gdk_input_ignore_wintab = FALSE;
-int _gdk_max_colors = 0;
-
GdkWin32ModalOpKind _modal_operation_in_progress = GDK_WIN32_MODAL_OP_NONE;
HWND _modal_move_resize_window = NULL;
{
char buf[10];
- if (getenv ("GDK_IGNORE_WINTAB") != NULL)
- _gdk_input_ignore_wintab = TRUE;
- else if (getenv ("GDK_USE_WINTAB") != NULL)
- _gdk_input_ignore_wintab = FALSE;
-
if (gdk_synchronize)
GdiSetBatchLimit (1);
void _gdk_win32_begin_modal_call (GdkWin32ModalOpKind kind);
void _gdk_win32_end_modal_call (GdkWin32ModalOpKind kind);
-
-/* Options */
-extern gboolean _gdk_input_ignore_wintab;
-extern int _gdk_max_colors;
-
/* Convert a pixbuf to an HICON (or HCURSOR). Supports alpha under
* Windows XP, thresholds alpha otherwise.
*/