HomeSort by relevance Sort by last modified time
    Searched refs:disp_y (Results 1 - 2 of 2) sorted by null

  /external/libvncserver/x11vnc/
win_utils.c 619 int disp_y = DisplayHeight(dpy, scr); local
673 if (parse_geom(cmd+strlen("geom:"), &w, &h, &x, &y, disp_x, disp_y)) {
727 if (h >= disp_y) {
728 h = disp_y - 4;
739 if (y + h > disp_y) {
740 y = disp_y - h - 1;
screen.c     [all...]

Completed in 59 milliseconds