12 lines
456 B
Text
12 lines
456 B
Text
|
Index: list.h
|
||
|
--- list.h.orig
|
||
|
+++ list.h
|
||
|
@@ -53,6 +53,7 @@ struct name_list
|
||
|
extern void AddToList(name_list **list_head, char *name, char *ptr);
|
||
|
extern char* LookInList(name_list *list_head, char *name, void/*XClassHint*/ *class);
|
||
|
extern char* LookInNameList(name_list *list_head, char *name);
|
||
|
+extern int GetColorFromList(name_list *list_head, char *name, XClassHint *class, Pixel *ptr);
|
||
|
extern void FreeList(name_list **list);
|
||
|
|
||
|
#endif /* _LIST_ */
|