build: install the GTK module predictably
This commit is contained in:
@@ -216,7 +216,12 @@ reset(GtkIMContext *ctx)
|
||||
static void
|
||||
focusout(GtkIMContext *ctx)
|
||||
{
|
||||
sendreset((Im*)ctx);
|
||||
Im *im;
|
||||
|
||||
im = (Im*)ctx;
|
||||
sendreset(im);
|
||||
/* Closing the context connection releases engine ownership. */
|
||||
srvclose(im);
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user