• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/src/

Lines Matching +refs:frame +refs:height

62 #include "frame.h"
300 Lisp_Object frame, tail;
302 /* Clear the mouse-moved flag for every frame on this display. */
303 FOR_EACH_FRAME (tail, frame)
304 XFRAME (frame)->mouse_moved = 0;
422 /* The screen colors of the current frame, which serve as the default
568 ROWS x COLS frame. */
696 struct frame *f = SELECTED_FRAME();
700 if (! NILP (window) && XFRAME (XWINDOW (window)->frame) == f)
744 msdos_set_cursor_shape (struct frame *f, int start_line, int width)
752 frame. Allow for NULL as unconditionally meaning the selected
753 frame. */
826 IT_set_cursor_type (struct frame *f, Lisp_Object cursor_type)
861 that a frame which doesn't specify a cursor type gets a box,
892 struct frame *sf = SELECTED_FRAME();
900 /* The default face for the frame should always be realized and
975 struct frame *sf;
1002 face of the frame, before writing glyphs, and let the glyphs
1224 struct frame *f = XFRAME (WINDOW_FRAME (w));
1437 struct frame *f = XFRAME (w->frame);
1481 frame F as regards highlighting characters that have mouse-face
1485 IT_note_mouse_highlight (struct frame *f, int x, int y)
1793 frame is being created, but its faces are not yet realized. In
1862 frame update is complete. This means that we are ready for user
1938 IT_update_begin (struct frame *f)
1941 struct frame *mouse_face_frame = display_info->mouse_face_mouse_frame;
1984 /* If the frame with mouse highlight was deleted, invalidate the
1997 IT_update_end (struct frame *f)
2003 IT_frame_up_to_date (struct frame *f)
2024 frame parameters. For the selected window, we use either its
2025 buffer-local value or the value from the frame parameters if the
2112 struct frame *f;
2275 /* Remember the screen colors of the curent frame, to serve as the
2279 doc: /* Remember the screen colors of the current frame. */)
2280 (frame)
2281 Lisp_Object frame;
2283 struct frame *f;
2285 CHECK_FRAME (frame);
2286 f= XFRAME (frame);
2288 /* This function is called after applying default-frame-alist to the
2289 initial frame. At that time, if reverse-colors option was
2290 specified in default-frame-alist, it was already applied, and
2291 frame colors are reversed. We need to account for that. */
2306 struct frame *f;
2323 /* If we are creating a new frame, begin with the original screen colors
2324 used for the initial frame. */
2376 Lisp_Object prop, val, frame;
2392 frame is changed as well. */
2393 XSETFRAME (frame, f);
2397 val, frame);
2404 val, frame);
2423 frame is changed as well. */
2424 XSETFRAME (frame, f);
2428 val, frame);
2435 val, frame);
2463 the current frame colors. */
2466 Lisp_Object frame;
2470 XSETFRAME (frame, f);
2473 frame);
2478 XSETFRAME (frame, f);
2481 frame);
2505 struct frame *sf = SELECTED_FRAME();
3587 IT_menu_calc_size (XMenu *menu, int *width, int *height)
3603 *height = maxheight;
3614 struct frame *sf = SELECTED_FRAME();
3760 int *ulx, int *uly, int *width, int *height)
3762 IT_menu_calc_size (menu, width, height);
3788 struct frame *sf = SELECTED_FRAME();
4022 x_pixel_width (struct frame *f)
4028 x_pixel_height (struct frame *f)