summaryrefslogtreecommitdiff
path: root/test/testgesture.c
diff options
context:
space:
mode:
authorAndreas Schiffler <aschiffler@ferzkopp.net>2013-08-14 23:30:10 -0700
committerAndreas Schiffler <aschiffler@ferzkopp.net>2013-08-14 23:30:10 -0700
commitd18b52844dcacef57721a81bd2424a9de6baaa5b (patch)
treea4332e394e69a39b6e7ae5d0619f1baa6e8dd2b7 /test/testgesture.c
parent874dd7a8c5ef9a1fd36a2f89fe467631886b1215 (diff)
downloadsdl-d18b52844dcacef57721a81bd2424a9de6baaa5b.tar.gz
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
Diffstat (limited to 'test/testgesture.c')
-rw-r--r--test/testgesture.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/testgesture.c b/test/testgesture.c
index e2a9694ae..7d4fe78cc 100644
--- a/test/testgesture.c
+++ b/test/testgesture.c
@@ -207,6 +207,9 @@ int main(int argc, char* argv[])
SDL_bool quitting = SDL_FALSE;
SDL_RWops *src;
+ /* Enable standard application logging */
+ SDL_LogSetPriority(SDL_LOG_CATEGORY_APPLICATION, SDL_LOG_PRIORITY_INFO);
+
//gesture variables
knob.r = .1f;
knob.ang = 0;