Lines Matching refs:IconRegion
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
212 * location in final_[xy], and also sets the IconRegion in tmp_win->icon
219 IconRegion *ir, *oldir;
231 * (i.e., the win-list on an IconRegion specifier in the config).
370 * optionally stash its IconRegion in irp. Used internally in
374 FindIconEntry(TwmWindow *tmp_win, IconRegion **irp)
376 IconRegion *ir;
396 prevIconEntry(IconEntry *ie, IconRegion *ir)
874 struct IconRegion *ir;
918 IconRegion *ir;