diff options
Diffstat (limited to 'xts5/Xlib17/XWMGeometry.m')
-rw-r--r-- | xts5/Xlib17/XWMGeometry.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xts5/Xlib17/XWMGeometry.m b/xts5/Xlib17/XWMGeometry.m index 8564bbdb..96b0e34e 100644 --- a/xts5/Xlib17/XWMGeometry.m +++ b/xts5/Xlib17/XWMGeometry.m @@ -232,7 +232,7 @@ Verify that the returned y-coordinate is DisplayHeight -1 - (base_height + 10 * >>CODE int rval; int xr, yr, wr, hr, gr; -int x, y, w, h, g; +int x, y, w, h; bwidth = 10; szhints.flags= PAllHints|PBaseSize|PWinGravity; |