mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-13 03:32:24 +00:00
dtstyle: fix window functions.
This commit is contained in:
parent
b8e98f9ff8
commit
a52f988e47
1 changed files with 4 additions and 1 deletions
|
@ -76,7 +76,10 @@ extern XmWidgetExtData _XmGetWidgetExtData(
|
|||
#define MAX_ARGS 20
|
||||
#define CMPSTR(str) XmStringCreateLocalized (str)
|
||||
#define XMCLASS "Dtstyle"
|
||||
#define DIALOG_MWM_FUNC MWM_FUNC_MOVE | MWM_FUNC_CLOSE
|
||||
#define DIALOG_MWM_FUNC MWM_FUNC_ALL | \
|
||||
MWM_FUNC_RESIZE | \
|
||||
MWM_FUNC_MINIMIZE | \
|
||||
MWM_FUNC_MAXIMIZE
|
||||
|
||||
#define COLOR "Color"
|
||||
#define FONT "Font"
|
||||
|
|
Loading…
Reference in a new issue