1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-04-24 09:31:27 +02:00

Updated/fixed version of colorpanel

This commit is contained in:
kojima
1999-03-18 19:48:19 +00:00
parent 1ba54a5199
commit f214ef92d2
3 changed files with 2749 additions and 2686 deletions
+1 -1
View File
@@ -955,7 +955,7 @@ void WMShowColorPanel(WMColorPanel *panel);
void WMCloseColorPanel(WMColorPanel *panel);
void WMSetColorPanelColor(WMColorPanel *panel, RColor color);
void WMSetColorPanelColor(WMColorPanel *panel, WMColor *color);
RColor WMGetColorPanelColor(WMColorPanel *panel);
+2746 -2682
View File
File diff suppressed because it is too large Load Diff
+2 -3
View File
@@ -424,13 +424,11 @@ handleActionEvents(XEvent *event, void *data)
if (cPtr->flags.active) {
WMPostNotificationName(_ColorWellActivatedNotification, cPtr, NULL);
}
/*
cpanel = WMGetColorPanel(scr);
if (cPtr->color)
WMSetColorPanelColor(cpanel, cPtr->color);
WMShowColorPanel(cpanel);
*
*/
/*
{
char *t;
WMColor *color;
@@ -451,6 +449,7 @@ handleActionEvents(XEvent *event, void *data)
}
}
*/
}