view src/point.h @ 46102:3a5c7022ed2f

2002-06-30 Simon Josefsson <jas@extundo.com> * menu-bar.el (menu-bar-options-menu): Move elisp mode names from menu entry into balloon help.
author Simon Josefsson <jas@extundo.com>
date Sun, 30 Jun 2002 21:29:39 +0000
parents 3165b2697c78
children 695cf19ef79e
line wrap: on
line source

#define point_width 5
#define point_height 19
static char point_bits[] = {
   0x1f, 0x0e, 0x0e, 0x04, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x04, 0x04, 0x0e, 0x0e, 0x1f};