HomeSort by: relevance | last modified time | path
    Searched refs:IconRegion (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/twm/dist/src/
icons.h 39 typedef struct IconRegion {
40 struct IconRegion *next;
45 } IconRegion;
icons.c 45 static IconEntry *FindIconEntry(TwmWindow *tmp_win, IconRegion **irp);
46 static IconEntry *prevIconEntry(IconEntry *ie, IconRegion *ir);
111 IconRegion *ir;
143 FindIconEntry(TwmWindow *tmp_win, IconRegion **irp)
145 IconRegion *ir;
164 struct IconRegion *ir;
206 prevIconEntry(IconEntry *ie, IconRegion *ir)
239 IconRegion *ir;
274 IconRegion *ir;
277 ir = (IconRegion *) malloc(sizeof(IconRegion))
    [all...]
screen.h 195 struct IconRegion *FirstRegion; /* pointer to icon regions */
196 struct IconRegion *LastRegion; /* pointer to the last icon region */
  /xsrc/external/mit/ctwm/dist/
icons.h 43 struct IconRegion *ir;
48 struct IconRegion {
49 struct IconRegion *next;
types.h 10 typedef struct IconRegion IconRegion;
icons.c 48 static IconEntry *FindIconEntry(TwmWindow *tmp_win, IconRegion **irp);
49 static IconEntry *prevIconEntry(IconEntry *ie, IconRegion *ir);
62 * IconRegion handling stuff, handling of IconEntry tracking, etc.
132 * Backend for parsing IconRegion config
139 IconRegion *ir;
142 ir = malloc(sizeof(IconRegion));
185 fprintf(stderr, "ignoring invalid IconRegion argument \"%s\"\n", ijust);
192 fprintf(stderr, "ignoring invalid IconRegion argument \"%s\"\n", just);
199 fprintf(stderr, "ignoring invalid IconRegion argument \"%s\"\n", align);
209 * Figure out where to put a window's icon based on the IconRegion
    [all...]
screen.h 461 /// config var. X-ref IconRegion.TitleJustification.
486 /// IconRegion.TitleJustification. That comes instead from
730 /// Head of the list of IconRegion structs on the Screen. Built out
731 /// from %IconRegion config var.
732 struct IconRegion *FirstRegion;
734 /// Tail of the list of IconRegion structs on the Screen. Used as an
737 struct IconRegion *LastRegion;
ctwm_main.c 775 // Defaults for IconRegion bits that aren't set.
776 for(IconRegion *ir = Scr->FirstRegion; ir; ir = ir->next) {

Completed in 7 milliseconds