diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | src/BaseDisplay.hh | 9 |
2 files changed, 10 insertions, 4 deletions
@@ -1,5 +1,10 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.2: | 2 | Changes for 0.9.2: |
3 | *03/05/08: | ||
4 | * Fixed better command help/option | ||
5 | main.cc | ||
6 | * Fixed Slit/ redrawing bug (Henrik) | ||
7 | Slit.hh/cc | ||
3 | *03/05/07: | 8 | *03/05/07: |
4 | * Fix crash when detaching client that isn't active (Simon) | 9 | * Fix crash when detaching client that isn't active (Simon) |
5 | Window.cc | 10 | Window.cc |
diff --git a/src/BaseDisplay.hh b/src/BaseDisplay.hh index dc9f25c..d989b54 100644 --- a/src/BaseDisplay.hh +++ b/src/BaseDisplay.hh | |||
@@ -1,5 +1,5 @@ | |||
1 | // BaseDisplay.hh for Fluxbox Window Manager | 1 | // BaseDisplay.hh for Fluxbox Window Manager |
2 | // Copyright (c) 2001 - 2002 Henrik Kinnunen (fluxgen@linuxmail.org) | 2 | // Copyright (c) 2001 - 2003 Henrik Kinnunen (fluxgen(at)users.sourceforge.net) |
3 | // | 3 | // |
4 | // BaseDisplay.hh for Blackbox - an X11 Window manager | 4 | // BaseDisplay.hh for Blackbox - an X11 Window manager |
5 | // Copyright (c) 1997 - 2000 Brad Hughes (bhughes@tcac.net) | 5 | // Copyright (c) 1997 - 2000 Brad Hughes (bhughes@tcac.net) |
@@ -16,13 +16,13 @@ | |||
16 | // | 16 | // |
17 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | 17 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
18 | // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | 18 | // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
19 | // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL | 19 | // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL |
20 | // THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | 20 | // THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
21 | // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | 21 | // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
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: BaseDisplay.hh,v 1.35 2003/01/09 21:54:51 fluxgen Exp $ | 25 | // $Id: BaseDisplay.hh,v 1.36 2003/05/07 23:45:44 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef BASEDISPLAY_HH | 27 | #ifndef BASEDISPLAY_HH |
28 | #define BASEDISPLAY_HH | 28 | #define BASEDISPLAY_HH |
@@ -48,7 +48,8 @@ class ScreenInfo; | |||
48 | #define PropBlackboxAttributesElements (8) | 48 | #define PropBlackboxAttributesElements (8) |
49 | 49 | ||
50 | 50 | ||
51 | /// Singleton class to manage display connection | 51 | /// Singleton class to manage display connection |
52 | /// OBSOLETE! | ||
52 | class BaseDisplay:public FbTk::App, private FbTk::NotCopyable | 53 | class BaseDisplay:public FbTk::App, private FbTk::NotCopyable |
53 | { | 54 | { |
54 | public: | 55 | public: |