svn path=/trunk/; revision=18360
This commit is contained in:
Tor Lillqvist
2007-07-03 16:53:46 +00:00
parent 92421f96f6
commit 73f609d519

View File

@ -3,8 +3,8 @@
* gdk/win32/gdkkeys-win32.c (gdk_keymap_have_bidi_layouts): * gdk/win32/gdkkeys-win32.c (gdk_keymap_have_bidi_layouts):
Implement. Just return FALSE for now. What should this function Implement. Just return FALSE for now. What should this function
actually do? Does keyboards layouts being "in use" mean that such actually do? Does keyboards layouts being "in use" mean that such
layouts can be switched to on the fly? If so we need to actually layouts can be switched to on the fly using some extra-GTK+
check that. mechanism? If so we need to actually check that.
2007-07-03 Tristan Van Berkom <tvb@gnome.org> 2007-07-03 Tristan Van Berkom <tvb@gnome.org>