mirror of
https://github.com/stumpwm/stumpwm-contrib.git
synced 2026-09-10 07:26:25 -04:00
use the symbol from the correct package
This commit is contained in:
parent
d0c05077ec
commit
3a785c9757
|
|
@ -72,11 +72,11 @@
|
|||
(when (> new-width w)
|
||||
(setf w new-width)))
|
||||
(multiple-value-bind (x y)
|
||||
(stumpwm::calculate-gravity (message-window-stumpwm-screen frame)
|
||||
(message-window-stumpwm-head frame)
|
||||
stumpwm:*message-window-gravity*
|
||||
w
|
||||
h)
|
||||
(calculate-gravity (message-window-stumpwm-screen frame)
|
||||
(message-window-stumpwm-head frame)
|
||||
stumpwm:*message-window-gravity*
|
||||
w
|
||||
h)
|
||||
(move-and-resize-sheet (frame-top-level-sheet frame) x y w h))))))
|
||||
|
||||
(defmacro bold ((stream) &body body)
|
||||
|
|
|
|||
Loading…
Reference in a new issue