Home
last modified time | relevance | path

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

/dports/games/xzip/xzip/
H A Dxtext.c1404 drag_firstbeg = px;
1409 drag_firstbeg = dotpos+dotlen;
1412 drag_firstbeg = dotpos;
1415 if (pos < drag_firstbeg) {
1423 dotpos = drag_firstbeg;
1427 dotlen = pos-drag_firstbeg;
1430 dotpos = drag_firstbeg;
1470 if (pos < drag_firstbeg) {
1478 dotpos = drag_firstbeg;
1482 dotlen = pos-drag_firstbeg;
[all …]
/dports/games/xglk/xglk/
H A Dxg_win_textbuf.c110 long drag_firstbeg, drag_firstend; member
215 res->drag_firstbeg = 0; in win_textbuffer_create()
518 cutwin->drag_firstbeg = px; in win_textbuffer_perform_click()
526 cutwin->drag_firstbeg = cutwin->dotpos; in win_textbuffer_perform_click()
529 if (pos < cutwin->drag_firstbeg) { in win_textbuffer_perform_click()
537 cutwin->dotpos = cutwin->drag_firstbeg; in win_textbuffer_perform_click()
544 cutwin->dotpos = cutwin->drag_firstbeg; in win_textbuffer_perform_click()
563 if (pos < cutwin->drag_firstbeg) { in win_textbuffer_perform_click()
571 cutwin->dotpos = cutwin->drag_firstbeg; in win_textbuffer_perform_click()
578 cutwin->dotpos = cutwin->drag_firstbeg; in win_textbuffer_perform_click()
[all …]