aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
authorJuanma Barranquero2011-09-09 03:06:52 +0200
committerJuanma Barranquero2011-09-09 03:06:52 +0200
commit5e617bc2b62189768814fafd1a875e89a094d3ef (patch)
treed96d22e012035d044557abf4de0b8e30b03d61b7 /src/window.c
parent9b1c252e294bed3aef0d2f2fc5d1fa9f72df9ee8 (diff)
downloademacs-5e617bc2b62189768814fafd1a875e89a094d3ef.tar.gz
emacs-5e617bc2b62189768814fafd1a875e89a094d3ef.zip
Whitespace changes.
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index 0473ed4e3eb..39210b91616 100644
--- a/src/window.c
+++ b/src/window.c
@@ -775,7 +775,7 @@ of just the text area, use `window-inside-pixel-edges'. */)
775} 775}
776 776
777static void 777static void
778calc_absolute_offset(struct window *w, int *add_x, int *add_y) 778calc_absolute_offset (struct window *w, int *add_x, int *add_y)
779{ 779{
780 struct frame *f = XFRAME (w->frame); 780 struct frame *f = XFRAME (w->frame);
781 *add_y = f->top_pos; 781 *add_y = f->top_pos;