mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-02 06:05:45 +01:00
code review
This commit is contained in:
@@ -35,7 +35,6 @@ W_InitIMStuff(WMScreen *scr)
|
||||
return False;
|
||||
}
|
||||
|
||||
//XGetIMValues(scr->display,
|
||||
}
|
||||
|
||||
|
||||
@@ -63,7 +62,8 @@ W_CreateIC(WMView *view)
|
||||
ctx->next = scr->imctx->icList;
|
||||
if (scr->imctx->icList)
|
||||
scr->imctx->icList->prev = ctx;
|
||||
//scr->imctx = ctx;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user