1
0
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:
kojima
2000-01-06 21:56:39 +00:00
parent dba6e4d2d0
commit d98f1fa645
7 changed files with 836 additions and 683 deletions

View File

@@ -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;