diff options
author | louis <louis.braun@gmx.de> | 2013-03-26 17:04:31 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-03-26 17:04:31 +0100 |
commit | 7139ed612dd54bba6b501c8b07b27264e0f8f6cb (patch) | |
tree | 296718e68ae0bd68cd2f9557d8ed38f835819793 /displaymessage.h | |
parent | 21a5f609eb10122f9f9132ee67a621743031577d (diff) | |
download | skin-nopacity-7139ed612dd54bba6b501c8b07b27264e0f8f6cb.tar.gz skin-nopacity-7139ed612dd54bba6b501c8b07b27264e0f8f6cb.tar.bz2 |
Fixed some minor issues
Diffstat (limited to 'displaymessage.h')
-rw-r--r-- | displaymessage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/displaymessage.h b/displaymessage.h index b287e33..d1ff5af 100644 --- a/displaymessage.h +++ b/displaymessage.h @@ -6,6 +6,7 @@ private: int width; int height; cPixmap *pixmap; + cPixmap *pixmapBackground; cFont *font; int FrameTime; int FadeTime; |