comparison src/frame.h @ 52754:d08832a11cfd

* w32term.c (w32_read_socket): Remove call to x_check_fullscreen_move, that function is removed. * xterm.c (x_set_offset): Use move_offset_left/top instead of x/y_pixels_outer_diff. (x_check_expected_move): Calculate move_offset_left/top. * xterm.h (struct x_output): New members: move_offset_top/left. * frame.c (x_set_frame_parameters): x_fullscreen_move removed, call x_set_offset directly. * frame.h (enum): FULLSCREEN_MOVE_WAIT removed.
author Jan Djärv <jan.h.d@swipnet.se>
date Sun, 05 Oct 2003 13:42:04 +0000
parents 695cf19ef79e
children 7d958601b1cf
comparison
equal deleted inserted replaced
52753:551e8ebadb62 52754:d08832a11cfd
1021 FULLSCREEN_NONE = 0, 1021 FULLSCREEN_NONE = 0,
1022 FULLSCREEN_WIDTH = 1, 1022 FULLSCREEN_WIDTH = 1,
1023 FULLSCREEN_HEIGHT = 2, 1023 FULLSCREEN_HEIGHT = 2,
1024 FULLSCREEN_BOTH = 3, 1024 FULLSCREEN_BOTH = 3,
1025 FULLSCREEN_WAIT = 4, 1025 FULLSCREEN_WAIT = 4,
1026 FULLSCREEN_MOVE_WAIT = 8,
1027 }; 1026 };
1028 1027
1029 1028
1030 /* These are in xterm.c, w32term.c, etc. */ 1029 /* These are in xterm.c, w32term.c, etc. */
1031 1030