Mercurial > hg > xemacs-beta
comparison src/ExternalShell.c @ 267:966663fcf606 r20-5b32
Import from CVS: tag r20-5b32
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:26:29 +0200 |
parents | 376386a54a3c |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
266:18d185df8c54 | 267:966663fcf606 |
---|---|
379 w->core.width = width; | 379 w->core.width = width; |
380 w->core.height = height; | 380 w->core.height = height; |
381 } | 381 } |
382 | 382 |
383 if(w->shell.geometry != NULL) { | 383 if(w->shell.geometry != NULL) { |
384 char def_geom[64]; | 384 char def_geom[128]; |
385 int width, height; | 385 int width, height; |
386 | 386 |
387 x = w->core.x; | 387 x = w->core.x; |
388 y = w->core.y; | 388 y = w->core.y; |
389 width = w->core.width; | 389 width = w->core.width; |