mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-16 14:15:46 +01:00
aplied colorpanel fix patches
This commit is contained in:
@@ -193,13 +193,13 @@ enum {
|
||||
};
|
||||
|
||||
typedef enum {
|
||||
WMGrayModeColorPanel,
|
||||
WMRGBModeColorPanel,
|
||||
WMCMYKModeColorPanel,
|
||||
WMHSBModeColorPanel,
|
||||
WMCustomPaletteModeColorPanel,
|
||||
WMColorListModeColorPanel,
|
||||
WMWheelModeColorPanel
|
||||
WMGrayModeColorPanel = 1,
|
||||
WMRGBModeColorPanel = 2,
|
||||
WMCMYKModeColorPanel = 3,
|
||||
WMHSBModeColorPanel = 4,
|
||||
WMCustomPaletteModeColorPanel = 5,
|
||||
WMColorListModeColorPanel = 6,
|
||||
WMWheelModeColorPanel = 7
|
||||
} WMColorPanelMode;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user