From aec9e63d0d6848f5a1ea12405ed844a849120126 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 19 Jan 2014 17:27:14 +0100 Subject: [PATCH 1/6] Platform: display proper application class name in magnum-info. --- src/Magnum/Platform/magnum-info.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Magnum/Platform/magnum-info.cpp b/src/Magnum/Platform/magnum-info.cpp index 991705010..e2c3b77d0 100644 --- a/src/Magnum/Platform/magnum-info.cpp +++ b/src/Magnum/Platform/magnum-info.cpp @@ -90,7 +90,11 @@ MagnumInfo::MagnumInfo(const Arguments& arguments): Platform::WindowlessApplicat Debug() << " +---------------------------------------------------------+"; Debug() << ""; + #ifdef CORRADE_TARGET_NACL + Debug() << "Used application: Platform::WindowlessNaClApplication"; + #else Debug() << "Used application: Platform::WindowlessGlxApplication"; + #endif Debug() << "Compilation flags:"; #ifdef CORRADE_GCC46_COMPATIBILITY Debug() << " CORRADE_GCC46_COMPATIBILITY"; From 2b94a350e7638932cd83654e9d4b315eb34720a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 19 Jan 2014 17:27:43 +0100 Subject: [PATCH 2/6] Platform: fix magnum-info NaCl markup. Somehow XHTML5 is misunderstood here. --- src/Magnum/Platform/magnum-info-nacl.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Magnum/Platform/magnum-info-nacl.html b/src/Magnum/Platform/magnum-info-nacl.html index eb9941637..4cf16a70b 100644 --- a/src/Magnum/Platform/magnum-info-nacl.html +++ b/src/Magnum/Platform/magnum-info-nacl.html @@ -24,8 +24,8 @@
Initialization...
-
-
+
+