diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-02-01 17:25:41 +1100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-02-01 17:25:41 +1100 |
commit | cf3c0266c2bf0f6fbbd532ef4e0c9bdd0a7b37a7 (patch) | |
tree | e1200262f40aead51403aab1e665392892d0298f /satellite.h | |
parent | 393c88f087d40578558b104dd42ff2076e198188 (diff) | |
download | subsurface-cf3c0266c2bf0f6fbbd532ef4e0c9bdd0a7b37a7.tar.gz |
Move flag icon to include file
Just like with the satellite icon we are creating a pixdata structure for
the flag.
The Makefile cleanup in commit df6a9ddd8a21 ("Auto-generate C file
dependencies, and make the build more quiet") removed the rules for
generating the .h file by mistake (I hope).
This adds a more generic rule back in and also makes sure that the data
structures get more useful names.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'satellite.h')
-rw-r--r-- | satellite.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/satellite.h b/satellite.h index 629a91f08..0e9e228c2 100644 --- a/satellite.h +++ b/satellite.h @@ -1,6 +1,6 @@ /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ -static const GdkPixdata my_pixbuf = { +static const GdkPixdata satellite_pixbuf = { 0x47646b50, /* Pixbuf magic: 'GdkP' */ 24 + 445, /* header length + pixel_data length */ 0x2010002, /* pixdata_type */ |