mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +01:00
Changes relate to modelock.
This commit is contained in:
@@ -1163,6 +1163,11 @@ handleXkbIndicatorStateNotify(XEvent *event)
|
||||
wwin = scr->focused_window;
|
||||
if (wwin->flags.focused) {
|
||||
wwin->frame->languagemode=staterec.compat_state&32?1:0;
|
||||
#ifdef XKB_BUTTON_HINT
|
||||
if (wwin->frame->titlebar) {
|
||||
wFrameWindowPaint(wwin->frame);
|
||||
}
|
||||
#endif
|
||||
#ifdef XKB_TITLE_HINT
|
||||
if (wwin->frame->titlebar) {
|
||||
XClearWindow(dpy, wwin->frame->titlebar->window);
|
||||
|
||||
Reference in New Issue
Block a user