*** empty log message ***
This commit is contained in:
parent
ac849ba44b
commit
3be38152af
2 changed files with 23 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-03-20 Jason Rumney <jasonr@gnu.org>
|
||||
|
||||
* inc/sys/socket.h (sys_setsockopt, sys_listen, sys_getsockname)
|
||||
(sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers.
|
||||
|
||||
2002-03-19 Kim F. Storm <storm@cua.dk>
|
||||
|
||||
* config.nt (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
|
||||
|
|
|
@ -1,3 +1,21 @@
|
|||
2002-03-20 Jason Rumney <jasonr@gnu.org>
|
||||
|
||||
Most of the following changes are still conditional on HAVE_IMAGES
|
||||
which is not set by default on Windows.
|
||||
|
||||
* w32fns.c (x_set_cursor_color): Set foreground of cursor, not frame.
|
||||
(Fimage_size, Fimage_mask_p, XPutPixel): New functions.
|
||||
(four_corners_best, x_clear_image_1, x_clear_image)
|
||||
(x_alloc_image_color, postprocess_image)
|
||||
(x_create_x_image_and_pixmap, x_destroy_x_image, xbm_load_image)
|
||||
(x_from_x_colors, x_disable_image, pbm_load): Adapt for Windows.
|
||||
(init_xfns, syms_of_w32fns): Initialize image functions and constants.
|
||||
|
||||
* w32gui.h (struct XImage): Define.
|
||||
|
||||
* w32term.c (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to
|
||||
extract mouse co-ordinates.
|
||||
|
||||
2002-03-20 Jason Rumney <jasonr@gnu.org>
|
||||
|
||||
* w32.c (init_winsock): Dynamically load new server and UDP
|
||||
|
|
Loading…
Add table
Reference in a new issue