summaryrefslogtreecommitdiff
path: root/desktop/unx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-09-25 16:21:19 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-09-25 16:21:19 -0500
commitcbeebc223b4e759dddb0c5ec03061b67ab88c859 (patch)
tree7401ef2329d4cb2ab77591acf5383d57b7f2e42b /desktop/unx
parent6985b28d533c1324896a1647304499c23e553239 (diff)
make the case not ENABLE_QUICKSTART_LIBPNG work again
Diffstat (limited to 'desktop/unx')
-rwxr-xr-xdesktop/unx/source/splashx.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop/unx/source/splashx.c b/desktop/unx/source/splashx.c
index aa8109a033b9..9f58f0c85f06 100755
--- a/desktop/unx/source/splashx.c
+++ b/desktop/unx/source/splashx.c
@@ -781,6 +781,12 @@ struct splash* splash_create(rtl_uString* pAppPath, int argc, char** argv)
#else /* not ENABLE_QUICKSTART_LIBPNG */
+#include <rtl/ustrbuf.h>
+
+struct splash
+{
+};
+
/* Stubs that will never be called in this case */
void splash_draw_progress( struct splash* splash, int progress )
{