summaryrefslogtreecommitdiff
path: root/util/bsetroot.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-05-25 00:49:41 +0000
committerDana Jansens <danakj@orodu.net>2002-05-25 00:49:41 +0000
commit3531afa1cca6fe135013b925999d3b62291c0acb (patch)
treebcbaf1ee06e1d4e56d9e0d8c62545fb610ff212b /util/bsetroot.h
parent20063c22469643e8eb9c32bcc4b996f9640c9baf (diff)
imprted new tools from bb-cvs
re-change bsetroot to work preperly regarding the root window atoms
Diffstat (limited to 'util/bsetroot.h')
-rw-r--r--util/bsetroot.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/util/bsetroot.h b/util/bsetroot.h
deleted file mode 100644
index 7bd3ff01..00000000
--- a/util/bsetroot.h
+++ /dev/null
@@ -1,34 +0,0 @@
-#ifndef __bsetroot2_hh
-#define __bsetroot2_hh
-
-#include "../src/BaseDisplay.h"
-#include "../src/Image.h"
-
-class bsetroot : public BaseDisplay {
-private:
- BImageControl **img_ctrl;
-
- char *fore, *back, *grad;
-
- // no copying!!
- bsetroot(const bsetroot &);
- bsetroot& operator=(const bsetroot&);
-
- inline virtual void process_event(XEvent * /*unused*/) { }
-
-public:
- bsetroot(int argc, char **argv, char *dpy_name = 0);
- ~bsetroot(void);
-
- inline virtual Bool handleSignal(int /*unused*/) { return False; }
-
- void setPixmapProperty(int screen, Pixmap pixmap);
- Pixmap duplicatePixmap(int screen, Pixmap pixmap, int width, int height);
-
- void gradient(void);
- void modula(int x, int y);
- void solid(void);
- void usage(int exit_code = 0);
-};
-
-#endif // __bsetroot2_hh