diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-09-09 23:28:29 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-09-09 23:28:29 +0200 |
commit | 01b9943e9cd886bcfd22ba58783137e554ef2a3c (patch) | |
tree | 8c49afa4cc4b9c8515813c89bf790ddba613248e /tests | |
parent | b9892cbbeb217b45a593fe05d3f42245b70820db (diff) |
Support png,jpg and gif clipboard. Use callback for clipboard
Diffstat (limited to 'tests')
-rw-r--r-- | tests/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/main.cpp b/tests/main.cpp index f3ad539..eb134ac 100644 --- a/tests/main.cpp +++ b/tests/main.cpp @@ -107,7 +107,7 @@ int main(int argc, char **argv) { mgl::Event event; while(window.is_open()) { if(window.poll_event(event)) { - + } window.clear(mgl::Color(0, 0, 0, 255)); |