moved Decor to FluxboxWindow
This commit is contained in:
parent
b1c398b775
commit
3796077a94
1 changed files with 3 additions and 6 deletions
|
@ -22,7 +22,7 @@
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
// DEALINGS IN THE SOFTWARE.
|
// 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
|
#ifndef BASEDISPLAY_HH
|
||||||
#define BASEDISPLAY_HH
|
#define BASEDISPLAY_HH
|
||||||
|
@ -65,12 +65,9 @@ public:
|
||||||
ATTRIB_DECORATION = 0x40
|
ATTRIB_DECORATION = 0x40
|
||||||
};
|
};
|
||||||
|
|
||||||
enum Decor {DECOR_NONE=0, DECOR_NORMAL, DECOR_TINY, DECOR_TOOL};
|
|
||||||
|
|
||||||
|
|
||||||
typedef struct _blackbox_hints {
|
typedef struct _blackbox_hints {
|
||||||
unsigned long flags, attrib, workspace, stack;
|
unsigned long flags, attrib, workspace, stack;
|
||||||
Decor decoration;
|
int decoration;
|
||||||
} BlackboxHints;
|
} BlackboxHints;
|
||||||
|
|
||||||
typedef struct _blackbox_attributes {
|
typedef struct _blackbox_attributes {
|
||||||
|
|
Loading…
Reference in a new issue