all repos — fluxbox @ 3796077a948647fe49bd70022f48e54456bb6f34

custom fork of the fluxbox windowmanager

moved Decor to FluxboxWindow
fluxgen fluxgen
commit

3796077a948647fe49bd70022f48e54456bb6f34

parent

b1c398b775f2ef2b923fc95f02de5ef684ee1160

1 files changed, 3 insertions(+), 6 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.18 2002/03/23 02:02:01 pekdon Exp $ +// $Id: BaseDisplay.hh,v 1.19 2002/04/04 14:27:56 fluxgen Exp $ #ifndef BASEDISPLAY_HH #define BASEDISPLAY_HH

@@ -63,14 +63,11 @@ ATTRIB_OMNIPRESENT = 0x08,

ATTRIB_WORKSPACE = 0x10, ATTRIB_STACK = 0x20, ATTRIB_DECORATION = 0x40 - }; - - enum Decor {DECOR_NONE=0, DECOR_NORMAL, DECOR_TINY, DECOR_TOOL}; - + }; typedef struct _blackbox_hints { unsigned long flags, attrib, workspace, stack; - Decor decoration; + int decoration; } BlackboxHints; typedef struct _blackbox_attributes {