summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-01-06 23:45:28 +0000
committerCarl Hetherington <cth@carlh.net>2016-04-26 23:05:14 +0100
commit844f4a2ae3710709032dad59857dc70212cc8c17 (patch)
tree9cc8f19e9903cf7ca1ebf23d28ab104759470344 /graphics
parent6d8076c7da87a55cc3487d91510d3ad51234f666 (diff)
Initial stuff; mostly ok but some hints are still not implemented as warnings.attic/warnings
Diffstat (limited to 'graphics')
-rw-r--r--graphics/blank.pngbin0 -> 928 bytes
-rw-r--r--graphics/warning.pngbin0 -> 954 bytes
-rw-r--r--graphics/wscript2
3 files changed, 2 insertions, 0 deletions
diff --git a/graphics/blank.png b/graphics/blank.png
new file mode 100644
index 000000000..c110dde82
--- /dev/null
+++ b/graphics/blank.png
Binary files differ
diff --git a/graphics/warning.png b/graphics/warning.png
new file mode 100644
index 000000000..45b64a798
--- /dev/null
+++ b/graphics/warning.png
Binary files differ
diff --git a/graphics/wscript b/graphics/wscript
index 88e11124f..cd2c58d43 100644
--- a/graphics/wscript
+++ b/graphics/wscript
@@ -29,3 +29,5 @@ def build(bld):
if not bld.env.TARGET_WINDOWS:
bld.install_files('${PREFIX}/share/dcpomatic2', 'dcpomatic2_server_small.png')
bld.install_files('${PREFIX}/share/dcpomatic2', 'splash.png')
+ bld.install_files('${PREFIX}/share/dcpomatic2', 'warning.png')
+ bld.install_files('${PREFIX}/share/dcpomatic2', 'blank.png')