SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
11
x11/piewm/patches/patch-list_h
Normal file
11
x11/piewm/patches/patch-list_h
Normal file
|
@ -0,0 +1,11 @@
|
|||
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_ */
|
Loading…
Add table
Add a link
Reference in a new issue