Home
last modified time | relevance | path

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

/dports/x11-wm/tvtwm/tvtwm/
H A Dtwm.c1407 calcgeo(Display *dpy, Drawable d, int *minxp, int *minyp, int *rxp, int *ryp) in calcgeo() argument
1423 printf(" vorher min: %d %d", *minxp, *minyp); in calcgeo()
1428 if ( *minyp > rel_y ) { in calcgeo()
1429 *minyp = rel_y; in calcgeo()
1432 printf(" nachher min: %d %d\n", *minxp, *minyp); in calcgeo()
/dports/science/shelxle/shelxle-1.0.1352/
H A Dchgl.cpp746 int minxp=ww,minyp=wh,maxxp=0,maxyp=0; in mouseMoveEvent() local
748 minyp=qMin(scry0,scry); in mouseMoveEvent()
756 (mol->showatoms.at(j).screenY>minyp)&& in mouseMoveEvent()