aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-02-20 22:39:14 (GMT)
committerfluxgen <fluxgen>2002-02-20 22:39:14 (GMT)
commit36dbf60573ae2bd0cbb299a059f1eac9a8bf246f (patch)
treef7856a6531bf78cc65ddb458acdb11a9bf3dd494
parent3666ae31078a85a2bf5addfa5793e7d1cef5072f (diff)
downloadfluxbox-36dbf60573ae2bd0cbb299a059f1eac9a8bf246f.zip
fluxbox-36dbf60573ae2bd0cbb299a059f1eac9a8bf246f.tar.bz2
minor stuff
-rw-r--r--src/BaseDisplay.hh5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/BaseDisplay.hh b/src/BaseDisplay.hh
index 31bff6e..89196a8 100644
--- a/src/BaseDisplay.hh
+++ b/src/BaseDisplay.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: BaseDisplay.hh,v 1.12 2002/02/17 18:59:01 fluxgen Exp $ 25// $Id: BaseDisplay.hh,v 1.13 2002/02/20 22:39:14 fluxgen Exp $
26 26
27#ifndef BASEDISPLAY_HH 27#ifndef BASEDISPLAY_HH
28#define BASEDISPLAY_HH 28#define BASEDISPLAY_HH
@@ -67,9 +67,6 @@ public:
67 ATTRIB_DECORATION = 0x40 67 ATTRIB_DECORATION = 0x40
68 }; 68 };
69 69
70 #ifdef GNOME
71
72 #endif
73 enum Decor {DECOR_NONE=0, DECOR_NORMAL, DECOR_TINY, DECOR_TOOL}; 70 enum Decor {DECOR_NONE=0, DECOR_NORMAL, DECOR_TINY, DECOR_TOOL};
74 71
75 72