Home
last modified time | relevance | path

Searched refs:GUI_SET_CURSOR (Results 1 – 2 of 2) sorted by relevance

/dports/audio/snd/snd-21.2/
H A Dsnd-chn.c4700 #define GUI_SET_CURSOR(w, cursor)
4702 #define GUI_SET_CURSOR(w, cursor) XUndefineCursor(XtDisplay(w), XtWindow(w)); XDefineCursor(XtDispl…
4896 GUI_SET_CURSOR(channel_graph(cp), ss->bounds_cursor);
4909 GUI_SET_CURSOR(channel_graph(cp), ss->bounds_cursor);
4917 GUI_SET_CURSOR(channel_graph(cp), ss->yaxis_cursor);
4940 GUI_SET_CURSOR(channel_graph(cp), ss->play_cursor);
4948 GUI_SET_CURSOR(channel_graph(cp), ss->loop_play_cursor);
4956 GUI_SET_CURSOR(channel_graph(cp), ss->graph_cursor);
H A Dsnd-motif.c23041 #define GUI_SET_CURSOR(w, cursor) XUndefineCursor(XtDisplay(w), XtWindow(w)); XDefineCursor(XtDispl… macro
23307 GUI_SET_CURSOR(w, ss->wait_cursor); in listener_return()