5 lines
128 B
Common Lisp
5 lines
128 B
Common Lisp
(define-application-frame rc-window ()
|
|
()
|
|
(:layouts (:default)))
|
|
|
|
(run-frame-top-level (make-application-frame 'rc-window))
|