Home
last modified time | relevance | path

Searched refs:GRAB_BUSY (Results 1 – 11 of 11) sorted by relevance

/dports/x11-wm/fvwm3/fvwm3-1.0.4/fvwm/
H A Dmisc.c152 if (grab_context != GRAB_BUSY || grab_count[GRAB_STARTUP] == 0) in GrabEm()
164 case GRAB_BUSY: in GrabEm()
272 case GRAB_BUSY: in UngrabEm()
278 else if (grab_count[GRAB_BUSY] > 0) in UngrabEm()
H A Dread.c277 if (!read_depth && GrabEm(CRS_WAIT, GRAB_BUSY)) in cursor_control()
291 UngrabEm(GRAB_BUSY); in cursor_control()
H A Dmisc.h18 GRAB_BUSY = 4, /* BusyCursor stuff */ enumerator
H A Dupdate.c624 if (GrabEm(CRS_WAIT, GRAB_BUSY)) in destroy_scheduled_windows()
640 UngrabEm(GRAB_BUSY); in destroy_scheduled_windows()
672 if (GrabEm(CRS_WAIT, GRAB_BUSY)) in flush_window_updates()
758 UngrabEm(GRAB_BUSY); in flush_window_updates()
H A Dmodule_list.c1147 if (GrabEm(CRS_WAIT, GRAB_BUSY)) in CMD_ModuleSynchronous()
1261 UngrabEm(GRAB_BUSY); in CMD_ModuleSynchronous()
/dports/x11-wm/fvwm2/fvwm-2.6.9/fvwm/
H A Dmisc.c155 if (grab_context != GRAB_BUSY || grab_count[GRAB_STARTUP] == 0) in GrabEm()
167 case GRAB_BUSY: in GrabEm()
276 case GRAB_BUSY: in UngrabEm()
282 else if (grab_count[GRAB_BUSY] > 0) in UngrabEm()
H A Dread.c271 if (!read_depth && GrabEm(CRS_WAIT, GRAB_BUSY)) in cursor_control()
285 UngrabEm(GRAB_BUSY); in cursor_control()
H A Dupdate.c624 if (GrabEm(CRS_WAIT, GRAB_BUSY)) in destroy_scheduled_windows()
640 UngrabEm(GRAB_BUSY); in destroy_scheduled_windows()
672 if (GrabEm(CRS_WAIT, GRAB_BUSY)) in flush_window_updates()
758 UngrabEm(GRAB_BUSY); in flush_window_updates()
H A Dmisc.h16 GRAB_BUSY = 4, /* BusyCursor stuff */ enumerator
H A Dmodule_list.c1160 if (GrabEm(CRS_WAIT, GRAB_BUSY)) in CMD_ModuleSynchronous()
1274 UngrabEm(GRAB_BUSY); in CMD_ModuleSynchronous()
H A Dbuiltins.c4444 GrabEm(CRS_WAIT, GRAB_BUSY); in CMD_StrokeFunc()
4446 UngrabEm(GRAB_BUSY); in CMD_StrokeFunc()