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

  /xsrc/external/mit/ctwm/dist/
win_utils.h 15 long mask_out_event(Window w, long ignore_event);
vscreen.c 294 eventMask = mask_out_event(tmp_win->w, StructureNotifyMask);
360 eventMask = mask_out_event(tmp_win->w, StructureNotifyMask);
win_ops.c 278 eventMask = mask_out_event(tmp_win->w, StructureNotifyMask);
occupation.c 230 if((eventMask = mask_out_event(twm_win->w, PropertyChangeMask)) < 0) {
1174 eventMask = mask_out_event(tmp_win->w, PropertyChangeMask);
1257 eventMask = mask_out_event(tmp_win->w, PropertyChangeMask);
workspace_utils.c 246 eventMask = mask_out_event(Scr->Root, PropertyChangeMask);
win_iconify.c 85 eventMask = mask_out_event(tmp_win->w, 0);
win_utils.c 354 * long prev_mask = mask_out_event(w, PropertyChangeMask);
358 * We're cheating a little with the -1 return on mask_out_event(), as
366 mask_out_event(Window w, long ignore_event) function

Completed in 7 milliseconds