mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-10 21:00:15 -08:00
handle mix and norm if no windows present
This commit is contained in:
parent
ceca69e584
commit
7ad4305a03
2 changed files with 8 additions and 4 deletions
|
|
@ -119,10 +119,12 @@
|
|||
(declare (ignore obj))()))))
|
||||
|
||||
(defun on-maximize-window (obj)
|
||||
(window-maximize (current-window obj)))
|
||||
(when (current-window obj)
|
||||
(window-maximize (current-window obj))))
|
||||
|
||||
(defun on-normalize-window (obj)
|
||||
(window-normalize (current-window obj)))
|
||||
(when (current-window obj)
|
||||
(window-normalize (current-window obj))))
|
||||
|
||||
(defun on-new-window (body)
|
||||
(setf (title (html-document body)) "Tutorial 22")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue