mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
wmaker: Added 'const' attribute to function 'wWindowUpdateName'
Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
committed by
Carlos R. Mafra
parent
9b5db31d95
commit
c7ab9d34f7
@@ -1725,9 +1725,9 @@ void wWindowUnfocus(WWindow *wwin)
|
||||
WMPostNotificationName(WMNChangedFocus, wwin, (void *)False);
|
||||
}
|
||||
|
||||
void wWindowUpdateName(WWindow *wwin, char *newTitle)
|
||||
void wWindowUpdateName(WWindow *wwin, const char *newTitle)
|
||||
{
|
||||
char *title;
|
||||
const char *title;
|
||||
|
||||
if (!wwin->frame)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user