diff options
| author | 2025-06-02 11:53:51 -0400 | |
|---|---|---|
| committer | 2025-06-02 11:53:51 -0400 | |
| commit | a2e04b98512e9db93d5457ecc52ac385b9a9e0aa (patch) | |
| tree | dd9c5022267acb957520d572ee33004cc40fad2a /tests | |
| parent | 1f1b60ed59cd3b3d594cf16c51cb835cb912fb12 (diff) | |
| download | stela-a2e04b98512e9db93d5457ecc52ac385b9a9e0aa.tar.gz stela-a2e04b98512e9db93d5457ecc52ac385b9a9e0aa.tar.bz2 stela-a2e04b98512e9db93d5457ecc52ac385b9a9e0aa.zip | |
Add window decoration toggle, cleanup project
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/window.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/window.c b/tests/window.c index b185e6b..d334d36 100644 --- a/tests/window.c +++ b/tests/window.c @@ -1,9 +1,3 @@ -#ifdef STELA_API_NULL -#undef STELA_API_NULL -#endif -#ifndef STELA_API_OPENGL -#define STELA_API_OPENGL -#endif #define AL_LOG_SECTION "test_window" #include <al/log.h> #include <al/types.h> |