diff options
-rw-r--r-- | src/Screen.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index 56e2375..cbca6b8 100644 --- a/src/Screen.hh +++ b/src/Screen.hh | |||
@@ -22,7 +22,7 @@ | |||
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: Screen.hh,v 1.53 2002/12/01 13:41:58 rathnor Exp $ | 25 | // $Id: Screen.hh,v 1.54 2002/12/02 20:05:29 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef SCREEN_HH | 27 | #ifndef SCREEN_HH |
28 | #define SCREEN_HH | 28 | #define SCREEN_HH |
@@ -202,7 +202,6 @@ public: | |||
202 | 202 | ||
203 | inline Theme::WindowStyle *getWindowStyle() { return &theme->getWindowStyle(); } | 203 | inline Theme::WindowStyle *getWindowStyle() { return &theme->getWindowStyle(); } |
204 | inline Theme::MenuStyle *getMenuStyle() { return &theme->getMenuStyle(); } | 204 | inline Theme::MenuStyle *getMenuStyle() { return &theme->getMenuStyle(); } |
205 | inline Theme::ToolbarStyle *getToolbarStyle() { return &theme->getToolbarStyle(); } | ||
206 | const Theme *getTheme() const { return theme; } | 205 | const Theme *getTheme() const { return theme; } |
207 | FluxboxWindow *getIcon(unsigned int index); | 206 | FluxboxWindow *getIcon(unsigned int index); |
208 | 207 | ||