branch: externals/bufferlo
commit b2e22ab2840398ee3bb3390feb0929bbbedd9f0e
Author: shipmints <shipmi...@gmail.com>
Commit: shipmints <shipmi...@gmail.com>

    Correct bufferlo--set-frame-geometry frame arg and fix fullscreen
---
 bufferlo.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bufferlo.el b/bufferlo.el
index 29a71e01bf..7c86fd8acf 100644
--- a/bufferlo.el
+++ b/bufferlo.el
@@ -2456,7 +2456,8 @@ Geometry set for FRAME or the current frame, if nil."
                                        (top . ,.top)))
       (sit-for 0 t)
       ;; Clamp frame size restored from a larger display
-      (set-frame-size nil
+      (set-frame-parameter frame 'fullscreen nil)
+      (set-frame-size frame
                       (min .width (display-pixel-width))
                       (min .height (display-pixel-height))
                       'pixelwise)

Reply via email to