view src/bitmaps/gray.xbm @ 56879:fcda7ee97ef5

* xfns.c (x_set_name_internal): New function. Check if we shall call xfree before ENCODE_UTF_8. (x_set_name, x_set_title): Call x_set_name_internal.
author Jan Djärv <jan.h.d@swipnet.se>
date Thu, 02 Sep 2004 16:15:48 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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