aboutsummaryrefslogtreecommitdiff
path: root/tests/main.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-09-09 23:28:29 +0200
committerdec05eba <dec05eba@protonmail.com>2022-09-09 23:28:29 +0200
commit01b9943e9cd886bcfd22ba58783137e554ef2a3c (patch)
tree8c49afa4cc4b9c8515813c89bf790ddba613248e /tests/main.cpp
parentb9892cbbeb217b45a593fe05d3f42245b70820db (diff)
Support png,jpg and gif clipboard. Use callback for clipboard
Diffstat (limited to 'tests/main.cpp')
-rw-r--r--tests/main.cpp2
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));