mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-23 10:35:50 +01:00
WINGs: Properly mark 'const' more 'char*' in the public API
Because the previous patch brought a (welcome) change in the public API, seize the opportunity to go further in the improvement.
This commit is contained in:
committed by
Carlos R. Mafra
parent
a079544647
commit
43f0474013
@@ -3,7 +3,7 @@
|
||||
|
||||
#define XDND_COLOR_DATA_TYPE "application/X-color"
|
||||
|
||||
char *WMColorWellDidChangeNotification = "WMColorWellDidChangeNotification";
|
||||
const char *WMColorWellDidChangeNotification = "WMColorWellDidChangeNotification";
|
||||
|
||||
typedef struct W_ColorWell {
|
||||
W_Class widgetClass;
|
||||
|
||||
Reference in New Issue
Block a user