comparison src/ChangeLog @ 42726:a4fac99063b5

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Sun, 13 Jan 2002 12:31:20 +0000
parents b4d0ec5062ad
children d1ee13da6bff
comparison
equal deleted inserted replaced
42725:7982df5e7d71 42726:a4fac99063b5
1 2002-01-13 Jan Djarv <Jan.Djarv@mbox200.swipnet.se>
2
3 * xterm.h (struct x_output): New members want_fullscreen,
4 x_pixels_diff, y_pixels_diff, x_pixels_outer_diff, and
5 y_pixels_outer_diff.
6 New enum for FULLSCREEN_* constants.
7 (FRAME_OUTER_WINDOW): Handle the case where output_data.x->widget
8 is NULL.
9 (x_fullscreen_adjust): Add prototype.
10
11 * emacs.c (USAGE2): Add the new full-screen arguments.
12 (standard_args): Ditto.
13
14 * xfns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth): New
15 variables.
16 (syms_of_xfns): Intern and staticpro them.
17 (x_frame_parms) <"fullscreen">: New parameter.
18 (x_fullscreen_move, x_set_fullscreen): New functions.
19 (x_set_frame_parameters): Support for Qfullscreen.
20 (x_real_positions): More accurate computation of the frame position.
21 (x_figure_window_size): Support full-screen frames.
22 (Fx_create_frame): Default the fullscreen parameter.
23
24 * xterm.c (x_check_fullscreen, x_fullscreen_adjust): New functions.
25 (XTread_socket) <Expose>: Call x_check_fullscreen.
26 <ConfigureNotify>: Don't resize to fullscreen. Call
27 x_check_fullscreen_move, and set the want_fullscreen member of
28 output_data.x.
29
1 2002-01-13 Jason Rumney <jasonr@gnu.org> 30 2002-01-13 Jason Rumney <jasonr@gnu.org>
2 31
3 * w32term.h (WM_XBUTTONDOWN, WM_XBUTTONUP): New window messages 32 * w32term.h (WM_XBUTTONDOWN, WM_XBUTTONUP): New window messages
4 for mice with more than 3 buttons. 33 for mice with more than 3 buttons.
5 34