aboutsummaryrefslogtreecommitdiff
path: root/src/Theme.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-08-04 15:55:13 (GMT)
committerfluxgen <fluxgen>2002-08-04 15:55:13 (GMT)
commit56a41b23f9b5ecdef5e9536c2e6eeed0db32e623 (patch)
tree8b6fd3a735918278d54f1d108042d90df696169f /src/Theme.hh
parent380d50ba274c0ceb0a2f973ea464792847a80e6d (diff)
downloadfluxbox-56a41b23f9b5ecdef5e9536c2e6eeed0db32e623.zip
fluxbox-56a41b23f9b5ecdef5e9536c2e6eeed0db32e623.tar.bz2
doxygen comments
Diffstat (limited to 'src/Theme.hh')
-rw-r--r--src/Theme.hh9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/Theme.hh b/src/Theme.hh
index 97fe9cd..bf3ccd4 100644
--- a/src/Theme.hh
+++ b/src/Theme.hh
@@ -20,8 +20,6 @@
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21// 21//
22// A lot of the base code is taken from Screen.hh in Blackbox 0.61.1 22// A lot of the base code is taken from Screen.hh in Blackbox 0.61.1
23// and Brad Hughes (bhuges@tcac.net) should get alot of credit for it
24// And for license-hunters here's the license and copyright for Screen.cc
25// Screen.cc - Copyright (c) 1997 - 2000 Brad Hughes (bhughes@tcac.net) 23// Screen.cc - Copyright (c) 1997 - 2000 Brad Hughes (bhughes@tcac.net)
26// 24//
27// Permission is hereby granted, free of charge, to any person obtaining a 25// Permission is hereby granted, free of charge, to any person obtaining a
@@ -42,7 +40,7 @@
42// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 40// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
43// DEALINGS IN THE SOFTWARE. 41// DEALINGS IN THE SOFTWARE.
44 42
45// $Id: Theme.hh,v 1.12 2002/07/23 18:38:31 fluxgen Exp $ 43// $Id: Theme.hh,v 1.13 2002/08/04 15:55:13 fluxgen Exp $
46 44
47#ifndef THEME_HH 45#ifndef THEME_HH
48#define THEME_HH 46#define THEME_HH
@@ -55,7 +53,10 @@
55#include <X11/Xresource.h> 53#include <X11/Xresource.h>
56 54
57#include <string> 55#include <string>
58 56/**
57 Main theme class, holds themes for
58 Window, toolbar, slit, menu and the rootCommand, for a specific screen.
59*/
59class Theme 60class Theme
60{ 61{
61public: 62public: