aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-07-31 19:58:37 +0200
committerdec05eba <dec05eba@protonmail.com>2024-07-31 19:58:37 +0200
commit6c79d44732272b4d8a28abe89a78692a6b7c5cc4 (patch)
treed7a8f7625d272e0ea4caa540c05e51e5b08d1038 /README.md
parent10f2382951303780f5a3d4ded0ca349fb13ab9dc (diff)
Flush after window move/resize
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 49d980f..0a0b586 100644
--- a/README.md
+++ b/README.md
@@ -7,3 +7,5 @@ C++ wrapper for [mgl](https://git.dec05eba.com/mgl/about/)
`libglvnd (libGL.so)`
# Notes
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.\
+mglpp needs to be initialized first and then a window created, before other functions are called.