forked from AuroraMiddleware/gtk
imcontextime: Add missing semicolon
I wonder how thoroughly this was tested... ;)
This commit is contained in:
parent
b36b9323fc
commit
ca2bffc060
@ -879,7 +879,7 @@ gtk_im_context_ime_set_preedit_font (GtkIMContext *context)
|
|||||||
|
|
||||||
widget = gtk_root_get_for_surface (context_ime->client_surface);
|
widget = gtk_root_get_for_surface (context_ime->client_surface);
|
||||||
if (!widget)
|
if (!widget)
|
||||||
return
|
return;
|
||||||
|
|
||||||
hwnd = gdk_win32_surface_get_impl_hwnd (context_ime->client_surface);
|
hwnd = gdk_win32_surface_get_impl_hwnd (context_ime->client_surface);
|
||||||
himc = ImmGetContext (hwnd);
|
himc = ImmGetContext (hwnd);
|
||||||
|
Loading…
Reference in New Issue
Block a user