diff options
author | fluxgen <fluxgen> | 2003-05-10 13:45:50 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-05-10 13:45:50 (GMT) |
commit | 4f806e266a24188bc472cf1c2bb1e8512821b968 (patch) | |
tree | b3a6d06f6b9b37bf1108528563e10101b839c07e /src/RootTheme.hh | |
parent | 79e8404cbf326f66379f06b9f86e59266721b454 (diff) | |
download | fluxbox_pavel-4f806e266a24188bc472cf1c2bb1e8512821b968.zip fluxbox_pavel-4f806e266a24188bc472cf1c2bb1e8512821b968.tar.bz2 |
comments
Diffstat (limited to 'src/RootTheme.hh')
-rw-r--r-- | src/RootTheme.hh | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/RootTheme.hh b/src/RootTheme.hh index e848e66..b1b9406 100644 --- a/src/RootTheme.hh +++ b/src/RootTheme.hh | |||
@@ -19,7 +19,7 @@ | |||
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 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: RootTheme.hh,v 1.1 2003/04/25 10:14:54 fluxgen Exp $ | 22 | // $Id: RootTheme.hh,v 1.2 2003/05/10 13:45:50 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef ROOTTHEME_HH | 24 | #ifndef ROOTTHEME_HH |
25 | #define ROOTTHEME_HH | 25 | #define ROOTTHEME_HH |
@@ -30,10 +30,8 @@ | |||
30 | #include <X11/Xlib.h> | 30 | #include <X11/Xlib.h> |
31 | #include <string> | 31 | #include <string> |
32 | 32 | ||
33 | /** | 33 | |
34 | Contains border color, border size, bevel width and opGC for objects like | 34 | /// Contains border color, border size, bevel width and opGC for objects like geometry window in BScreen |
35 | geometry window in BScreen | ||
36 | */ | ||
37 | class RootTheme: public FbTk::Theme { | 35 | class RootTheme: public FbTk::Theme { |
38 | public: | 36 | public: |
39 | /// constructor | 37 | /// constructor |