1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-13 11:42:21 +00:00

dtstyle: fix window functions.

This commit is contained in:
Liang Chang 2022-02-26 02:10:00 +00:00
parent b8e98f9ff8
commit a52f988e47

View file

@ -76,7 +76,10 @@ extern XmWidgetExtData _XmGetWidgetExtData(
#define MAX_ARGS 20 #define MAX_ARGS 20
#define CMPSTR(str) XmStringCreateLocalized (str) #define CMPSTR(str) XmStringCreateLocalized (str)
#define XMCLASS "Dtstyle" #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 COLOR "Color"
#define FONT "Font" #define FONT "Font"