X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/10a44998028756566a173999178603f33dcb11a1..ebd3d6afa42948e3fb136583f12f9f72e7830ec5:/src/xfns.c diff --git a/src/xfns.c b/src/xfns.c index 87170af949..c213578181 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -1816,9 +1816,7 @@ x_default_scroll_bar_color_parameter (struct frame *f, for example, but Xt doesn't). */ static void -hack_wm_protocols (f, widget) - FRAME_PTR f; - Widget widget; +hack_wm_protocols (FRAME_PTR f, Widget widget) { Display *dpy = XtDisplay (widget); Window w = XtWindow (widget); @@ -2392,10 +2390,7 @@ xic_set_xfontset (struct frame *f, char *base_fontname) /* Create and set up the X widget for frame F. */ static void -x_window (f, window_prompting, minibuffer_only) - struct frame *f; - long window_prompting; - int minibuffer_only; +x_window (struct frame *f, long window_prompting, int minibuffer_only) { XClassHint class_hints; XSetWindowAttributes attributes; @@ -2681,9 +2676,7 @@ x_window (FRAME_PTR f) /* Create and set up the X window for frame F. */ void -x_window (f) - struct frame *f; - +x_window (struct frame *f) { XClassHint class_hints; XSetWindowAttributes attributes;