commit | 623fd5e206d3e1e1f1f9cfa18656b263995a4cf2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 25 21:42:15 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 25 21:42:15 2005 +0000 |
tree | 26a8bed34d6871ca30bf06e0e21f4e26d4789958 | |
parent | a7043832f3e825543da9c96a755fd27255c65286 [diff] |
updated for version 7.0044
diff --git a/src/gui_athena.c b/src/gui_athena.c index 7bbb6c2..d986001 100644 --- a/src/gui_athena.c +++ b/src/gui_athena.c
@@ -1001,7 +1001,7 @@ Dimension height; XtVaGetValues(mp->id, - XtNheight,(XtArgVal *)&height, + XtNheight, &height, NULL); if (height < max_height) max_height = height;