1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-25 16:55:47 +01:00

*** empty log message ***

This commit is contained in:
dan
2000-04-08 03:48:59 +00:00
parent fa9bfc9794
commit 3e7eb14a22
7 changed files with 9 additions and 10 deletions

View File

@@ -457,7 +457,7 @@ prepareForDragOperation(WMView *self, WMDraggingInfo *info)
static Bool
performDragOperation(WMView *self, WMDraggingInfo *info, WMData *data)
{
char *colorName = WMDataBytes(data);
char *colorName = (char*)WMDataBytes(data);
WMColor *color;
color = WMCreateNamedColor(W_VIEW_SCREEN(self), colorName, True);