Make xlib test a script.

This commit is contained in:
Brad Nelson
2022-01-30 10:57:38 -08:00
parent 01279f81a3
commit cca2f5ec8c

View File

@ -1,3 +1,4 @@
#! /usr/bin/ueforth
\ Copyright 2021 Bradley D. Nelson \ Copyright 2021 Bradley D. Nelson
\ \
\ Licensed under the Apache License, Version 2.0 (the "License"); \ Licensed under the Apache License, Version 2.0 (the "License");
@ -70,3 +71,4 @@ create event xevent-size allot
cr ; cr ;
: do-event display event XNextEvent drop handle-event ; : do-event display event XNextEvent drop handle-event ;
: gg begin draw do-event again ; : gg begin draw do-event again ;
gg