~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to twm.h

  • Committer: Richard Levitte
  • Author(s): Claude Lecommandeur
  • Date: 2003-02-02 16:57:07 UTC
  • Revision ID: richard@levitte.org-20030202165707-iui8wsl36rsoqwpf
Tags: ctwm-1.2
CTWM version 1.2

Monotone-Parent: b3c7582e14387de7b1a24f0c48c00e8c1f9fbe52
Monotone-Revision: c2a6cbc82eb21a8c0e88685c2b2d50136fe1d772

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
#define _TWM_
41
41
 
42
42
#include <X11/Xlib.h>
 
43
#include <X11/Intrinsic.h>
43
44
#include <X11/Xutil.h>
44
45
#include <X11/cursorfont.h>
45
46
#include <X11/extensions/shape.h>
46
47
#include <X11/Xfuncs.h>
47
48
 
 
49
#if defined(XPM)
 
50
#   include "util.h"
 
51
#endif
 
52
 
48
53
#ifndef WithdrawnState
49
54
#define WithdrawnState 0
50
55
#endif
51
56
 
52
57
#define MAXVIRTUALSCREENS (sizeof (int))
53
58
 
54
 
typedef unsigned long Pixel;
55
59
#define PIXEL_ALREADY_TYPEDEFED         /* for Xmu/Drawing.h */
56
60
 
57
61
#ifdef SIGNALRETURNSINT
215
219
    Pixmap gray;
216
220
    Window icon_w;              /* the icon window */
217
221
    Window icon_bm_w;           /* the icon bitmap window */
 
222
#if defined (XPM)
 
223
    XpmIcon *xpmicon;           /* xpm icon structure */
 
224
#endif
218
225
    int frame_x;                /* x position of frame */
219
226
    int frame_y;                /* y position of frame */
220
227
    int frame_width;            /* width of frame */