all repos — fluxbox @ 36dbf60573ae2bd0cbb299a059f1eac9a8bf246f

custom fork of the fluxbox windowmanager

minor stuff
fluxgen fluxgen
commit

36dbf60573ae2bd0cbb299a059f1eac9a8bf246f

parent

3666ae31078a85a2bf5addfa5793e7d1cef5072f

1 files changed, 1 insertions(+), 4 deletions(-)

jump to
M src/BaseDisplay.hhsrc/BaseDisplay.hh

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: BaseDisplay.hh,v 1.12 2002/02/17 18:59:01 fluxgen Exp $ +// $Id: BaseDisplay.hh,v 1.13 2002/02/20 22:39:14 fluxgen Exp $ #ifndef BASEDISPLAY_HH #define BASEDISPLAY_HH

@@ -67,9 +67,6 @@ ATTRIB_STACK = 0x20,

ATTRIB_DECORATION = 0x40 }; - #ifdef GNOME - - #endif enum Decor {DECOR_NONE=0, DECOR_NORMAL, DECOR_TINY, DECOR_TOOL};