summaryrefslogtreecommitdiff
path: root/src/pgtkgui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pgtkgui.h')
-rw-r--r--src/pgtkgui.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pgtkgui.h b/src/pgtkgui.h
index 7342dacc5b7..035e0179f67 100644
--- a/src/pgtkgui.h
+++ b/src/pgtkgui.h
@@ -53,15 +53,15 @@ typedef struct _GdkDisplay Display;
typedef void *XrmDatabase;
-/* some sort of attempt to normalize rectangle handling.. seems a bit much
- for what is accomplished */
+/* Some sort of attempt to normalize rectangle handling.. seems a bit much
+ for what is accomplished. */
typedef struct
{
int x, y;
unsigned width, height;
} XRectangle;
-/* This stuff needed by frame.c. */
+/* This stuff is needed by frame.c. */
#define ForgetGravity 0
#define NorthWestGravity 1
#define NorthGravity 2