diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2025-05-27 09:13:39 +0200 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2025-05-27 09:13:39 +0200 |
| commit | 7185f01296c2599b1ebc6eb326ccc14f95c7a131 (patch) | |
| tree | 67544fb07debea36ef6a29cd860837fa632373ce /corfu.el | |
| parent | 77e639bc6b982be09f355390beef6f200936109a (diff) | |
corfu--make-frame: Experiment with x-fast-protocol-requests
Diffstat (limited to 'corfu.el')
| -rw-r--r-- | corfu.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -452,6 +452,7 @@ FRAME is the existing frame." (let* ((window-min-height 1) (window-min-width 1) (inhibit-redisplay t) + (x-fast-protocol-requests t) (x-gtk-resize-child-frames corfu--gtk-resize-child-frames) (before-make-frame-hook) (after-make-frame-functions) |
