mirror of
https://github.com/gryf/wmaker.git
synced 2026-04-17 13:43:35 +02:00
WINGs: Added a few missing const attributes
Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
committed by
Carlos R. Mafra
parent
c7f745c353
commit
26c64933e0
@@ -1178,7 +1178,7 @@ static void readConfiguration(W_ColorPanel * panel)
|
||||
static void readXColors(W_ColorPanel * panel)
|
||||
{
|
||||
WMListItem *item;
|
||||
RGBColor *entry;
|
||||
const RGBColor *entry;
|
||||
|
||||
for (entry = rgbColors; entry->name != NULL; entry++) {
|
||||
item = WMAddListItem(panel->colorListContentLst, entry->name);
|
||||
|
||||
Reference in New Issue
Block a user