view src/bitmaps/gray.xbm @ 53786:8aea816df4cc

* xselect.c: Include termhooks.h and X11/Xproto.h (x_check_property_data, x_fill_property_data) (x_property_data_to_lisp, mouse_position_for_drop) (Fx_get_atom_name, x_handle_dnd_message): New functions for DND support. (Fx_send_client_event): Moved here from xfns.c. (syms_of_xselect): Add Sx_get_atom_name and Sx_send_client_message.
author Jan Djärv <jan.h.d@swipnet.se>
date Tue, 03 Feb 2004 16:34:57 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define gray_width 2
#define gray_height 2
static unsigned char gray_bits[] = {
   0x01, 0x02};