diff options
| author | Omar Rizwan <omar@omar.website> | 2023-10-13 22:18:22 +0000 |
|---|---|---|
| committer | Omar Rizwan <omar@omar.website> | 2023-10-13 22:18:22 +0000 |
| commit | 2a2f9b40773b4947460598875bf58a202b9632bb (patch) | |
| tree | 3676b0da12f5d7b8b187ebeff8aba5f71776374e /virtual-programs | |
| parent | text: Restore font support (diff) | |
| parent | README: render group, no need for chmod (diff) | |
| download | folk-2a2f9b40773b4947460598875bf58a202b9632bb.tar.gz folk-2a2f9b40773b4947460598875bf58a202b9632bb.zip | |
Merge branch 'main' into osnr/multiple-on-process-blocks
Diffstat (limited to 'virtual-programs')
| -rw-r--r-- | virtual-programs/display.folk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/virtual-programs/display.folk b/virtual-programs/display.folk index 9df7575c..acfdd510 100644 --- a/virtual-programs/display.folk +++ b/virtual-programs/display.folk @@ -17,6 +17,8 @@ namespace eval ::Display { error "$func has been removed; use GPU wishes/shaders" } } + + Claim the display Display has width $::Display::WIDTH height $::Display::HEIGHT } |
