From ce52947297e270e74fe59b6604b055e6f7d5def2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 6 Jul 2013 00:18:41 +0200 Subject: [PATCH 1/4] Platform: don't forget to install also the CSS file. --- src/Platform/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Platform/CMakeLists.txt b/src/Platform/CMakeLists.txt index 5ff61f660..9cd8640a2 100644 --- a/src/Platform/CMakeLists.txt +++ b/src/Platform/CMakeLists.txt @@ -84,9 +84,9 @@ if(WITH_WINDOWLESSNACLAPPLICATION) install(TARGETS MagnumWindowlessNaClApplication DESTINATION ${MAGNUM_LIBRARY_INSTALL_DIR}) endif() -# JavaScript stuff for NaCl +# JavaScript and CSS stuff for NaCl if(WITH_NACLAPPLICATION OR WITH_WINDOWLESSNACLAPPLICATION) - install(FILES NaClApplication.js DESTINATION ${MAGNUM_DATA_INSTALL_DIR}) + install(FILES NaClApplication.js NaClApplication.css DESTINATION ${MAGNUM_DATA_INSTALL_DIR}) endif() # GLX application From 2f19497b390357fa082766cfa801c6dfe462ce56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 6 Jul 2013 00:18:59 +0200 Subject: [PATCH 2/4] Platform: hide the in magnum-info even better. The content was placed outside the frame, causing pain and eyesore. --- src/Platform/magnum-info-nacl.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Platform/magnum-info-nacl.html b/src/Platform/magnum-info-nacl.html index 4a3af2251..b425ce48f 100644 --- a/src/Platform/magnum-info-nacl.html +++ b/src/Platform/magnum-info-nacl.html @@ -5,6 +5,7 @@