summaryrefslogtreecommitdiff
path: root/src/twm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/twm.h')
-rw-r--r--src/twm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/twm.h b/src/twm.h
index 1a546a3..ec3ca98 100644
--- a/src/twm.h
+++ b/src/twm.h
@@ -193,7 +193,7 @@ typedef struct _SqueezeInfo {
* ICCCM property.
*/
typedef struct TwmColormap
-{
+{
Colormap c; /* Colormap id */
int state; /* install(ability) state */
unsigned long install_req; /* request number which installed it */
@@ -224,7 +224,7 @@ typedef struct Colormaps
((cm)->number_cwins - 1) / 2)
/* for each window that is on the display, one of these structures
- * is allocated and linked into a list
+ * is allocated and linked into a list
*/
typedef struct TwmWindow
{
@@ -410,7 +410,7 @@ extern Bool GetWMState ( Window w, int *statep, Window *iwp );
extern void twmrc_error_prefix ( void );
extern int yyparse ( void );
-extern int yylex ( void );
+extern int yylex ( void );
extern void yyerror ( char *s );
extern int doinput ( char *buf, int size );
extern void RemoveDQuote ( char *str );