~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to list.h

  • Committer: Matthew Fuller
  • Date: 2017-01-23 10:07:06 UTC
  • mto: (556.2.2 colorfix)
  • mto: This revision was merged to the branch mainline in revision 557.
  • Revision ID: fullermd@over-yonder.net-20170123100706-dsfm1z942gzg1iaz
Add another shortcut func to return the list stuff with our standard
by-window lookup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
void *LookInList(name_list *list_head, const char *name,
28
28
                 XClassHint *class);
29
29
void *LookInNameList(name_list *list_head, const char *name);
 
30
void *LookInListWin(name_list *list_head, TwmWindow *twin);
30
31
bool IsInList(name_list *list_head, TwmWindow *twin);
31
32
void *LookPatternInList(name_list *list_head, const char *name,
32
33
                        XClassHint *class);