Home
last modified time | relevance | path

Searched refs:OB_CURSOR_EAST (Results 1 – 4 of 4) sorted by relevance

/dports/x11-wm/openbox/openbox-3.6/openbox/
H A Dmisc.h37 OB_CURSOR_EAST, enumerator
H A Dopenbox.c210 cursors[OB_CURSOR_EAST] = load_cursor("right_side", XC_right_side); in main()
H A Dmoveresize.c204 cur = OB_CURSOR_EAST; in moveresize_start()
H A Dframe.c922 a.cursor = ob_cursor(r ? (sh ? OB_CURSOR_EAST : OB_CURSOR_NORTHEAST) : in frame_adjust_cursors()
933 a.cursor = ob_cursor(r ? OB_CURSOR_EAST : OB_CURSOR_NONE); in frame_adjust_cursors()