comparison src/glyphs.h @ 2054:91d4c8c65a0f

[xemacs-hg @ 2004-05-02 04:06:51 by malcolmp] Fix warnings and errors when building GTK using C++ and --use-union-type.
author malcolmp
date Sun, 02 May 2004 04:07:01 +0000
parents e22b0213b713
children 4ec724310f33
comparison
equal deleted inserted replaced
2053:11e709117623 2054:91d4c8c65a0f
458 IMAGE_COLOR_PIXMAP, 458 IMAGE_COLOR_PIXMAP,
459 IMAGE_POINTER, 459 IMAGE_POINTER,
460 IMAGE_SUBWINDOW, 460 IMAGE_SUBWINDOW,
461 IMAGE_WIDGET 461 IMAGE_WIDGET
462 }; 462 };
463 typedef enum image_instance_type image_instance_type;
463 464
464 #define IMAGE_NOTHING_MASK (1 << 0) 465 #define IMAGE_NOTHING_MASK (1 << 0)
465 #define IMAGE_TEXT_MASK (1 << 1) 466 #define IMAGE_TEXT_MASK (1 << 1)
466 #define IMAGE_MONO_PIXMAP_MASK (1 << 2) 467 #define IMAGE_MONO_PIXMAP_MASK (1 << 2)
467 #define IMAGE_COLOR_PIXMAP_MASK (1 << 3) 468 #define IMAGE_COLOR_PIXMAP_MASK (1 << 3)