comparison src/ChangeLog @ 44048:a821e85866cd

*** empty log message ***
author Jason Rumney <jasonr@gnu.org>
date Wed, 20 Mar 2002 21:19:26 +0000
parents 5edbf7ab5d6b
children 47a5ce833561
comparison
equal deleted inserted replaced
44047:73645cbc79a7 44048:a821e85866cd
1 2002-03-20 Jason Rumney <jasonr@gnu.org>
2
3 Most of the following changes are still conditional on HAVE_IMAGES
4 which is not set by default on Windows.
5
6 * w32fns.c (x_set_cursor_color): Set foreground of cursor, not frame.
7 (Fimage_size, Fimage_mask_p, XPutPixel): New functions.
8 (four_corners_best, x_clear_image_1, x_clear_image)
9 (x_alloc_image_color, postprocess_image)
10 (x_create_x_image_and_pixmap, x_destroy_x_image, xbm_load_image)
11 (x_from_x_colors, x_disable_image, pbm_load): Adapt for Windows.
12 (init_xfns, syms_of_w32fns): Initialize image functions and constants.
13
14 * w32gui.h (struct XImage): Define.
15
16 * w32term.c (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to
17 extract mouse co-ordinates.
18
1 2002-03-20 Jason Rumney <jasonr@gnu.org> 19 2002-03-20 Jason Rumney <jasonr@gnu.org>
2 20
3 * w32.c (init_winsock): Dynamically load new server and UDP 21 * w32.c (init_winsock): Dynamically load new server and UDP
4 socket functions. 22 socket functions.
5 (socket_to_fd): New function. 23 (socket_to_fd): New function.