]> git.saurik.com Git - wxWidgets.git/commitdiff
Reenable dead keys under GTK2.
authorRobert Roebling <robert@roebling.de>
Thu, 10 Mar 2005 23:06:48 +0000 (23:06 +0000)
committerRobert Roebling <robert@roebling.de>
Thu, 10 Mar 2005 23:06:48 +0000 (23:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32734 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/window.cpp
src/gtk1/window.cpp

index e6a12132c279b24bb8a412e31693fefc51c3ca06..7c6b7be2e7f41d9ffc9c22ee00b42f4cde18725e 100644 (file)
@@ -1187,7 +1187,7 @@ static gint gtk_window_key_press_callback( GtkWidget *widget,
     }
 #endif
     if (return_after_IM)
     }
 #endif
     if (return_after_IM)
-        return true;
+        return false;
 
 #ifndef __WXGTK20__     
     // This is for GTK+ 1.2 only. The char event generatation for GTK+ 2.0 is done
 
 #ifndef __WXGTK20__     
     // This is for GTK+ 1.2 only. The char event generatation for GTK+ 2.0 is done
index e6a12132c279b24bb8a412e31693fefc51c3ca06..7c6b7be2e7f41d9ffc9c22ee00b42f4cde18725e 100644 (file)
@@ -1187,7 +1187,7 @@ static gint gtk_window_key_press_callback( GtkWidget *widget,
     }
 #endif
     if (return_after_IM)
     }
 #endif
     if (return_after_IM)
-        return true;
+        return false;
 
 #ifndef __WXGTK20__     
     // This is for GTK+ 1.2 only. The char event generatation for GTK+ 2.0 is done
 
 #ifndef __WXGTK20__     
     // This is for GTK+ 1.2 only. The char event generatation for GTK+ 2.0 is done