From c70949f7de58d05342aff2e498088e10640b866a Mon Sep 17 00:00:00 2001 From: Jason Herskowitz Date: Fri, 17 Jan 2014 12:39:04 -0500 Subject: [PATCH] Add a backup splash screen without unrounded corners if we detect there's no compositing --- data/images/splash-unrounded.svg | 28 ++++++++++++++++++++++++++++ src/libtomahawk/utils/Closure.h | 4 ++-- 2 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 data/images/splash-unrounded.svg diff --git a/data/images/splash-unrounded.svg b/data/images/splash-unrounded.svg new file mode 100644 index 000000000..3ef38ff6c --- /dev/null +++ b/data/images/splash-unrounded.svg @@ -0,0 +1,28 @@ + + + splash-unrounded + Created with Sketch (http://www.bohemiancoding.com/sketch) + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/libtomahawk/utils/Closure.h b/src/libtomahawk/utils/Closure.h index 013993ac1..2d379f68b 100644 --- a/src/libtomahawk/utils/Closure.h +++ b/src/libtomahawk/utils/Closure.h @@ -27,8 +27,8 @@ #include using std::function; #else -#include -using std::tr1::function; +#include +using std::function; #endif #include