gg: add linux support for fn screen_size() Size (fix #23146) (#23326)

This commit is contained in:
Adam Oates 2025-01-02 11:10:09 -06:00 committed by GitHub
parent b79257b765
commit c50d4ee13b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 92 additions and 18 deletions

View file

@ -5,6 +5,7 @@
sudo apt install libx11-dev
sudo apt install libxi-dev
sudo apt install libxcursor-dev
sudo apt install libxrandr-dev
sudo apt install libgl-dev
```