Searched refs:screen_width (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dgui_beval.h66 Dimension screen_width; /* screen width in pixels */ member in struct:BalloonEvalStruct
H A Dgui_beval.c241 beval->screen_width = DisplayWidth(gui.dpy, screen_num);
1223 if ((tx + w) > beval->screen_width)
1224 tx = beval->screen_width - w;
/macosx-10.10.1/emacs-93/emacs/lwlib/
H A Dlwlib-Xm.c1404 Dimension screen_width = WidthOfScreen (screen);
1422 if (x + child_width > screen_width)
1423 x = screen_width - child_width;
1392 Dimension screen_width = WidthOfScreen (screen); local
H A Dxlwmenu.c1317 unsigned int screen_width = WidthOfScreen (XtScreen (mw));
1325 else if (ws->x + ws->width > screen_width)
1334 ws->x = screen_width - ws->width;
1313 unsigned int screen_width = WidthOfScreen (XtScreen (mw)); local

Completed in 202 milliseconds