Home
last modified time | relevance | path

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

/dports/games/xzip/xzip/
H A Dxtext.c59 static int scrollwin_x, scrollwin_y, scrollwin_w, scrollwin_h; variable
177 scrollwin_w = BARWIDTH;
180 textwin_x = xpos+scrollwin_w+SIDEMARGIN+prefs.marginx;
182 textwin_w = width-2*SIDEMARGIN-scrollwin_w-2*prefs.marginx;
207 poly[0].x = scrollwin_x + scrollwin_w/2; in xtext_redraw()
211 poly[2].x = scrollwin_x + scrollwin_w - 1; in xtext_redraw()
215 poly[0].x = scrollwin_x + scrollwin_w/2; in xtext_redraw()
219 poly[2].x = scrollwin_x + scrollwin_w - 1; in xtext_redraw()
223 …XDrawLine(xiodpy, xiowin, gcblack, scrollwin_x+scrollwin_w, textwin_y, scrollwin_x+scrollwin_w, te… in xtext_redraw()
226 XFillRectangle(xiodpy, xiowin, gcgrey, scrollwin_x, scrollwin_y, scrollwin_w, scrollwin_h); in xtext_redraw()
[all …]