summaryrefslogtreecommitdiff
path: root/src/xfns.c
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2010-07-12 12:56:46 -0700
committerDan Nicolaescu <dann@ics.uci.edu>2010-07-12 12:56:46 -0700
commit0521f5806bfc9ad55488c26c9808f513b9384ff4 (patch)
treef2666abe9d10f26fda3b0cac3d6c99fc259513b2 /src/xfns.c
parentababf900035b6e7373d0a3826fb7003c4c5e8c93 (diff)
downloademacs-0521f5806bfc9ad55488c26c9808f513b9384ff4.tar.gz
Convert function definitions to standard C.
* src/xterm.c (x_scroll_bar_set_handle, x_scroll_bar_expose) (_scroll_bar_note_movement): Convert definitions to standard C. * src/xmenu.c (menu_help_callback, pop_down_menu, xmenu_show): * src/xfns.c (hack_wm_protocols, x_window, x_window): Likewise.
Diffstat (limited to 'src/xfns.c')
-rw-r--r--src/xfns.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/xfns.c b/src/xfns.c
index e4a073072f0..c2135781811 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -2676,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;