diff options
Diffstat (limited to 'src/list.h')
-rw-r--r-- | src/list.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ extern void FreeList(name_list ** list); extern int GetColorFromList(name_list * list_head, const char *name, XClassHint *class, Pixel *ptr); extern char *LookInList(name_list * list_head, const char *name, - XClassHint *class); + XClassHint *xclass); extern char *LookInNameList(name_list * list_head, const char *name); #endif /* LIST_H */ |