diff options
Diffstat (limited to 'src/twm.h')
-rw-r--r-- | src/twm.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -55,7 +55,7 @@ from The Open Group. * twm include file * * 28-Oct-87 Thomas E. LaStrange File created - * 10-Oct-90 David M. Sternlicht Storeing saved colors on root + * 10-Oct-90 David M. Sternlicht Storing saved colors on root ***********************************************************************/ #ifndef _TWM_ @@ -106,7 +106,7 @@ typedef void (*SigProc) (int); /* type of function returned by signal() */ #define MAX_BUTTONS 16 /* max mouse buttons supported */ -/* info stings defines */ +/* info strings defines */ #define INFO_LINES 30 #define INFO_SIZE 200 @@ -165,7 +165,7 @@ typedef struct ColorPair { typedef struct _TitleButton { struct _TitleButton *next; /* next link in chain */ - const char *name; /* bitmap name in case of deferal */ + const char *name; /* bitmap name in case of deferral */ Pixmap bitmap; /* image to display in button */ int srcx, srcy; /* from where to start copying */ unsigned int width, height; /* size of pixmap */ @@ -244,7 +244,7 @@ typedef struct TwmWindow { int title_x; int title_y; int icon_x; /* icon text x coordinate */ - int icon_y; /* icon text y coordiante */ + int icon_y; /* icon text y coordinate */ int icon_w_width; /* width of the icon window */ int icon_w_height; /* height of the icon window */ int icon_width; /* width of the icon bitmap */ |