Mercurial > emacs
changeset 50441:37738feb0204
Break the line after the return type in function definition.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 04 Apr 2003 21:15:53 +0000 |
parents | 6fe4a9da704f |
children | 885f63d7c285 |
files | src/w32term.c |
diffstat | 1 files changed, 7 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32term.c Fri Apr 04 21:02:36 2003 +0000 +++ b/src/w32term.c Fri Apr 04 21:15:53 2003 +0000 @@ -296,8 +296,9 @@ #endif /* 0 */ -void XChangeGC (void * ignore, XGCValues* gc, unsigned long mask, - XGCValues *xgcv) +void +XChangeGC (void * ignore, XGCValues* gc, unsigned long mask, + XGCValues *xgcv) { if (mask & GCForeground) gc->foreground = xgcv->foreground; @@ -318,7 +319,8 @@ return gc; } -void XGetGCValues (void* ignore, XGCValues *gc, +void +XGetGCValues (void* ignore, XGCValues *gc, unsigned long mask, XGCValues *xgcv) { XChangeGC (ignore, xgcv, mask, gc); @@ -5939,7 +5941,8 @@ } /* Window manager things */ -void x_wm_set_icon_position (f, icon_x, icon_y) +void +x_wm_set_icon_position (f, icon_x, icon_y) struct frame *f; int icon_x, icon_y; {