ok
This commit is contained in:
@@ -14,19 +14,14 @@
|
|||||||
ww-set-icon
|
ww-set-icon
|
||||||
)
|
)
|
||||||
|
|
||||||
|
(define current-win-release "
|
||||||
|
|
||||||
|
(define ww-thread #f);
|
||||||
|
|
||||||
(define-struct ww
|
|
||||||
(
|
|
||||||
[win #:auto #:mutable]
|
|
||||||
[process-handler #:auto #:mutable]
|
|
||||||
[cb-move #:auto #:mutable]
|
|
||||||
[cb-resize #:auto #:mutable]
|
|
||||||
|
|
||||||
)
|
|
||||||
#:auto-value #f
|
|
||||||
)
|
|
||||||
|
|
||||||
(define (ww-start)
|
(define (ww-start)
|
||||||
|
(if (eq? ww-thread #f)
|
||||||
|
(let ((cwd (current-directory)
|
||||||
(let* ((cwd (current-directory))
|
(let* ((cwd (current-directory))
|
||||||
(bin (build-path cwd ".." "bin" "linux" "web-wire"))
|
(bin (build-path cwd ".." "bin" "linux" "web-wire"))
|
||||||
(ww (make-ww))
|
(ww (make-ww))
|
||||||
|
|||||||
Reference in New Issue
Block a user