aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-07-31 17:34:29 +0200
committerdec05eba <dec05eba@protonmail.com>2024-07-31 17:34:29 +0200
commitbff9b4c0ee5c943d3729006c8303bbde1e96742e (patch)
tree35f8d6c3ad3a78210ef22bf8257ad78f879eda83 /README.md
parentb4799373f7fb9c8faec813e78a955438301cb9d1 (diff)
Robustness
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 601c0f5..97e4714 100644
--- a/README.md
+++ b/README.md
@@ -7,4 +7,5 @@ Right now mgl only supports x11.
## Runtime
`libglvnd (libGL.so)`
# Notes
-Every window _get_ function is cached from the last event poll, no calls to x11 is made.
+Every window _get_ function is cached from the last event poll, no calls to x11 is made.\
+Only one window can be created and used at once.