mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
wmaker: Added 'const' attribute to remaining functions
Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
committed by
Carlos R. Mafra
parent
c7ab9d34f7
commit
c9b816de75
@@ -61,9 +61,9 @@ static void paintButton(WCoreWindow * button, WTexture * texture,
|
||||
|
||||
static void updateTitlebar(WFrameWindow * fwin);
|
||||
|
||||
static void allocFrameBorderPixel(Colormap colormap, char *color_name, unsigned long **pixel);
|
||||
static void allocFrameBorderPixel(Colormap colormap, const char *color_name, unsigned long **pixel);
|
||||
|
||||
static void allocFrameBorderPixel(Colormap colormap, char *color_name, unsigned long **pixel) {
|
||||
static void allocFrameBorderPixel(Colormap colormap, const char *color_name, unsigned long **pixel) {
|
||||
XColor xcol;
|
||||
|
||||
*pixel = NULL;
|
||||
|
||||
Reference in New Issue
Block a user