forked from AuroraMiddleware/gtk
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:
parent
3300686bef
commit
0eb728aa51
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user