1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-02 06:05:45 +01:00

code review

This commit is contained in:
kojima
2004-10-22 23:39:11 +00:00
parent 4bda625076
commit 620a280d64
8 changed files with 20 additions and 75 deletions

View File

@@ -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;
}