Searched refs:macosx_get_wm_frame_pos (Results 1 - 3 of 3) sorted by relevance

/external/libvncserver/x11vnc/
H A Dmacosx.h49 extern int macosx_get_wm_frame_pos(int *px, int *py, int *x, int *y, int *w, int *h,
H A Dmacosx.c72 int macosx_get_wm_frame_pos(int *px, int *py, int *x, int *y, int *w, int *h,
296 if (!macosx_get_wm_frame_pos(&px, &py, &x, &y, &w, &h, &macosx_click_frame, NULL)) {
543 int macosx_get_wm_frame_pos(int *px, int *py, int *x, int *y, int *w, int *h, function
H A Duserinput.c150 return macosx_get_wm_frame_pos(px, py, x, y, w, h, frame, win);

Completed in 247 milliseconds