From 9637f47bd86b9a7a8a6be20d21d25fdc62c8c481 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 14 Sep 2018 19:04:24 -0400 Subject: [PATCH] Tweaks to get Edwin running on macos. --- src/x11-screen/x11-screen.pkg | 55 +++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/src/x11-screen/x11-screen.pkg b/src/x11-screen/x11-screen.pkg index 7de182cb0..ca2c46e56 100644 --- a/src/x11-screen/x11-screen.pkg +++ b/src/x11-screen/x11-screen.pkg @@ -137,6 +137,61 @@ Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. (define-package (edwin x11-commands) (files "x11-command") (parent (edwin)) + (export (edwin) + edwin-command$lower-frame + edwin-command$raise-frame + edwin-command$set-background-color + edwin-command$set-border-color + edwin-command$set-border-width + edwin-command$set-cursor-color + edwin-command$set-default-font + edwin-command$set-font + edwin-command$set-foreground-color + edwin-command$set-frame-icon-name + edwin-command$set-frame-name + edwin-command$set-frame-position + edwin-command$set-frame-size + edwin-command$set-internal-border-width + edwin-command$set-mouse-color + edwin-command$set-mouse-shape + edwin-command$show-frame-position + edwin-command$show-frame-size + edwin-command$x-lower-screen + edwin-command$x-mouse-ignore + edwin-command$x-mouse-keep-one-window + edwin-command$x-mouse-select + edwin-command$x-mouse-select-and-split + edwin-command$x-mouse-set-mark + edwin-command$x-mouse-set-point + edwin-command$x-mouse-show-event + edwin-command$x-raise-screen + edwin-command$x-set-background-color + edwin-command$x-set-border-color + edwin-command$x-set-border-width + edwin-command$x-set-cursor-color + edwin-command$x-set-font + edwin-command$x-set-foreground-color + edwin-command$x-set-icon-name + edwin-command$x-set-internal-border-width + edwin-command$x-set-mouse-color + edwin-command$x-set-mouse-shape + edwin-command$x-set-position + edwin-command$x-set-size + edwin-command$x-set-window-name + edwin-variable$frame-icon-name-format + edwin-variable$frame-icon-name-length + edwin-variable$x-screen-icon-name-format + edwin-variable$x-screen-icon-name-length + x-button1-down + x-button1-up + x-button2-down + x-button2-up + x-button3-down + x-button3-up + x-button4-down + x-button4-up + x-button5-down + x-button5-up) (export (edwin screen x11-screen) update-xterm-screen-names!) (import (x11) -- 2.25.1