Lines Matching defs:remove_props
1947 thunk *remove_props = NULL;
2029 if (remove_props == NULL) remove_props = Create_Thunk_List();
2030 remove_props = Add_Thunk(remove_props, t);
2060 if ((remove_props != NULL || set_props != NULL) && argc > 0) {
2069 if (remove_props != NULL) {
2075 count = remove_props->thunk_count;
2076 for (; count > 0; remove_props++, count--)
2077 Remove_Property (dpy, target_win, remove_props->propname);
2092 if (remove_props != NULL || set_props != NULL) {