imcontextsimple: Disable some win32-only code

This code needs to be redone differently, since keymaps are no
longer going to be exposed. There should really not be this much
ifdef-ed backend-specific code here anyway. Or any, really.
This commit is contained in:
Matthias Clasen 2020-04-06 15:32:27 -04:00
parent 3300686bef
commit 0eb728aa51

View File

@ -1262,7 +1262,8 @@ gtk_im_context_simple_filter_keypress (GtkIMContext *context,
{
gboolean success = FALSE;
#ifdef GDK_WINDOWING_WIN32
#if 0
/* FIXME this needs redoing since keymaps are no longer exposed */
if (GDK_IS_WIN32_DISPLAY (display))
{
guint16 output[2];