mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 05:18:06 +01:00
wmaker: Added 'const' attribute to most local functions
Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
committed by
Carlos R. Mafra
parent
69b6848187
commit
f0c1dc9fc3
@@ -316,7 +316,7 @@ static RImage *getTile(void)
|
||||
return stile;
|
||||
}
|
||||
|
||||
static void drawTitle(WSwitchPanel *panel, int idecks, char *title)
|
||||
static void drawTitle(WSwitchPanel *panel, int idecks, const char *title)
|
||||
{
|
||||
char *ntitle;
|
||||
int width = WMWidgetWidth(panel->win);
|
||||
|
||||
Reference in New Issue
Block a user