diff options
author | fluxgen <fluxgen> | 2002-11-30 20:14:04 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-11-30 20:14:04 (GMT) |
commit | 5a5f274ac73e890e75148446b3aa92397ce399a4 (patch) | |
tree | d4ab5ca9f542370e315a5d46cde108d28c2fc287 /src/Theme.hh | |
parent | 5754cfd26ee645b4bdcb819adbaebeb4094dd8e7 (diff) | |
download | fluxbox-5a5f274ac73e890e75148446b3aa92397ce399a4.zip fluxbox-5a5f274ac73e890e75148446b3aa92397ce399a4.tar.bz2 |
not using imagecontrol
Diffstat (limited to 'src/Theme.hh')
-rw-r--r-- | src/Theme.hh | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/Theme.hh b/src/Theme.hh index e7d4536..3cdf5ff 100644 --- a/src/Theme.hh +++ b/src/Theme.hh | |||
@@ -22,19 +22,23 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Theme.hh,v 1.18 2002/11/25 14:07:21 fluxgen Exp $ | 25 | // $Id: Theme.hh,v 1.19 2002/11/30 20:14:04 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef THEME_HH | 27 | #ifndef THEME_HH |
28 | #define THEME_HH | 28 | #define THEME_HH |
29 | 29 | ||
30 | #include "Image.hh" | ||
31 | #include "DrawUtil.hh" | 30 | #include "DrawUtil.hh" |
32 | #include "Font.hh" | 31 | #include "Font.hh" |
32 | #include "Color.hh" | ||
33 | #include "Texture.hh" | ||
33 | 34 | ||
34 | #include <X11/Xlib.h> | 35 | #include <X11/Xlib.h> |
35 | #include <X11/Xresource.h> | 36 | #include <X11/Xresource.h> |
36 | 37 | ||
37 | #include <string> | 38 | #include <string> |
39 | |||
40 | class BImageControl; | ||
41 | |||
38 | /** | 42 | /** |
39 | Main theme class, holds themes for | 43 | Main theme class, holds themes for |
40 | Window, toolbar, slit, menu and the rootCommand, for a specific screen. | 44 | Window, toolbar, slit, menu and the rootCommand, for a specific screen. |
@@ -143,7 +147,6 @@ private: | |||
143 | unsigned int m_bevel_width, m_border_width, m_handle_width, m_frame_width; | 147 | unsigned int m_bevel_width, m_border_width, m_handle_width, m_frame_width; |
144 | FbTk::Color m_border_color; | 148 | FbTk::Color m_border_color; |
145 | GC m_opgc; | 149 | GC m_opgc; |
146 | BImageControl *m_imagecontrol; | ||
147 | Display *m_display; | 150 | Display *m_display; |
148 | XrmDatabase m_database; | 151 | XrmDatabase m_database; |
149 | Colormap m_colormap; | 152 | Colormap m_colormap; |