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