]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_window): Call lw_create_widget with new parameter
authorGerd Moellmann <gerd@gnu.org>
Mon, 17 Jan 2000 09:14:33 +0000 (09:14 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 17 Jan 2000 09:14:33 +0000 (09:14 +0000)
list.

src/xfns.c

index fde3f1b6729308e12bb22f3653e0d805442c841e..143b870485bd4b85588321c46609948c959c984e 100644 (file)
@@ -3162,6 +3162,7 @@ x_window (f, window_prompting, minibuffer_only)
                                  shell_widget, False,
                                  (lw_callback) NULL,
                                  (lw_callback) NULL,
+                                 (lw_callback) NULL,
                                  (lw_callback) NULL);
 
   f->output_data.x->column_widget = pane_widget;