diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2010-11-17 14:59:21 -0500 |
---|---|---|
committer | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2010-11-17 15:12:35 -0500 |
commit | de8a8028b41cdee537058034bde3c984eda2dafb (patch) | |
tree | 441dd15dea04fe15aedccc48f7e99091d34ae12c /data | |
parent | c0ba1cb654eecce5d9843c5bace4eb6fcb9a745d (diff) |
Add a graphical background image for the desktop screen.
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 2 | ||||
-rw-r--r-- | data/backgrounds.odp | bin | 19256 -> 15633 bytes | |||
-rw-r--r-- | data/desktopbg.rgb | bin | 0 -> 909434 bytes | |||
-rw-r--r-- | data/genimage.c | 2 |
4 files changed, 2 insertions, 2 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 69ef90d..be268b0 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,2 +1,2 @@ fontdir = $(datadir)/linpicker -dist_font_DATA = decker.ttf serverbg.rgb +dist_font_DATA = decker.ttf serverbg.rgb desktopbg.rgb diff --git a/data/backgrounds.odp b/data/backgrounds.odp Binary files differindex 44d16d5..4a20ff5 100644 --- a/data/backgrounds.odp +++ b/data/backgrounds.odp diff --git a/data/desktopbg.rgb b/data/desktopbg.rgb Binary files differnew file mode 100644 index 0000000..e137fe9 --- /dev/null +++ b/data/desktopbg.rgb diff --git a/data/genimage.c b/data/genimage.c index 8e65525..b5860cb 100644 --- a/data/genimage.c +++ b/data/genimage.c @@ -5,7 +5,7 @@ #include <fcntl.h> #include <unistd.h> -#include "linpicker_server_screen.c" +#include "background.c" int main(int argc, char **argv) { |