Home
last modified time | relevance | path

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

/dports/games/xzip/xzip/
H A Dxtext.c58 static int textwin_x, textwin_y, textwin_w, textwin_h; variable
180 textwin_x = xpos+scrollwin_w+SIDEMARGIN+prefs.marginx;
326 xpos = textwin_x;
432 …CopyArea(xiodpy, xiowin, xiowin, gcblack, textwin_x-SIDEMARGIN, ypos1, textwin_w+2*SIDEMARGIN, yhg…
440 …CopyArea(xiodpy, xiowin, xiowin, gcblack, textwin_x-SIDEMARGIN, ypos1, textwin_w+2*SIDEMARGIN, yhg…
511 polydot[0].x = textwin_x + xpos;
521 XFillRectangle(xiodpy, xiowin, gcflip, xpos+textwin_x, ypos+textwin_y, xpos2-xpos, lineheight);
537 XFillRectangle(xiodpy, xiowin, gcflip, textwin_x, ybody+textwin_y, textwin_w, ybody2-ybody);
541 XFillRectangle(xiodpy, xiowin, gcflip, textwin_x, ypos2+textwin_y, xpos2, lineheight);
1389 xpos -= textwin_x;
[all …]
/dports/games/xglk/xglk/
H A Dxg_win_textbuf.c493 pt->x -= cutwin->textwin_x; in win_textbuffer_perform_click()
558 pt->x -= cutwin->textwin_x; in win_textbuffer_perform_click()
588 pt->x -= cutwin->textwin_x; in win_textbuffer_perform_click()
666 textwinbox.x = textwin_x = cutwin->textwin_x; in redrawtext()
709 textwin_x-SIDEMARGIN, ypos, in redrawtext()
761 xpos = textwin_x + thisline->indent; in redrawtext()
849 cutwin->textwin_x-SIDEMARGIN, ypos1, in scroll_to()
851 cutwin->textwin_x-SIDEMARGIN, ypos2); in scroll_to()
865 cutwin->textwin_x-SIDEMARGIN, ypos1, in scroll_to()
867 cutwin->textwin_x-SIDEMARGIN, ypos2); in scroll_to()
[all …]