diff options
author | fluxgen <fluxgen> | 2003-02-17 13:33:36 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-02-17 13:33:36 (GMT) |
commit | c5c5f7dca28c0f7f6da297f6aa2675d02ad123ae (patch) | |
tree | fa8f22008361de517b71f1c08c7a83a14ebb6d31 /util/bsetroot.hh | |
parent | 12f1b0ed3d52e5bb21c614fd42083ee79709371a (diff) | |
download | fluxbox-c5c5f7dca28c0f7f6da297f6aa2675d02ad123ae.zip fluxbox-c5c5f7dca28c0f7f6da297f6aa2675d02ad123ae.tar.bz2 |
ImageControl moved to FbTk
Diffstat (limited to 'util/bsetroot.hh')
-rw-r--r-- | util/bsetroot.hh | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/util/bsetroot.hh b/util/bsetroot.hh index d2f005b..68811e6 100644 --- a/util/bsetroot.hh +++ b/util/bsetroot.hh | |||
@@ -18,14 +18,18 @@ | |||
18 | // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | 18 | // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | 20 | ||
21 | // $Id: bsetroot.hh,v 1.4 2002/08/18 09:47:03 fluxgen Exp $ | 21 | // $Id: bsetroot.hh,v 1.5 2003/02/17 13:33:07 fluxgen Exp $ |
22 | 22 | ||
23 | #ifndef BSETROOT_HH | 23 | #ifndef BSETROOT_HH |
24 | #define BSETROOT_HH | 24 | #define BSETROOT_HH |
25 | 25 | ||
26 | #include "../src/BaseDisplay.hh" | 26 | #include "../src/BaseDisplay.hh" |
27 | 27 | ||
28 | class BImageControl; | 28 | namespace FbTk { |
29 | |||
30 | class ImageControl; | ||
31 | |||
32 | }; | ||
29 | 33 | ||
30 | class bsetroot : public BaseDisplay { | 34 | class bsetroot : public BaseDisplay { |
31 | public: | 35 | public: |
@@ -44,7 +48,7 @@ protected: | |||
44 | void handleEvent(XEvent *xe) { } | 48 | void handleEvent(XEvent *xe) { } |
45 | 49 | ||
46 | private: | 50 | private: |
47 | BImageControl **img_ctrl; | 51 | FbTk::ImageControl **img_ctrl; |
48 | Pixmap *pixmaps; | 52 | Pixmap *pixmaps; |
49 | 53 | ||
50 | char *fore, *back, *grad; | 54 | char *fore, *back, *grad; |