mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 10:40:45 -08:00
Focus tweaks
This commit is contained in:
parent
c1b6da0b5d
commit
6c90da78f9
2 changed files with 7 additions and 3 deletions
|
|
@ -391,7 +391,8 @@ The on-window-change clog-obj received is the new window"))
|
|||
(setf (current-win app) obj)
|
||||
(when (on-window-change app)
|
||||
(funcall (on-window-change app) obj))
|
||||
(fire-on-window-focused obj))
|
||||
(when obj
|
||||
(fire-on-window-focused obj)))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Implementation - Individual Windows
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue