mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +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
@@ -303,7 +303,7 @@ static void changePage(WMPopUpButton *bPtr, InspectorPanel *panel)
|
||||
WMUnmapWidget(panel->appFrm);
|
||||
}
|
||||
|
||||
static int showIconFor(WMScreen *scrPtr, InspectorPanel *panel, char *wm_instance, char *wm_class, int flags)
|
||||
static int showIconFor(WMScreen *scrPtr, InspectorPanel *panel, const char *wm_instance, const char *wm_class, int flags)
|
||||
{
|
||||
WMPixmap *pixmap = (WMPixmap *) NULL;
|
||||
char *file = NULL, *path = NULL, *db_icon = NULL;
|
||||
|
||||
Reference in New Issue
Block a user