diff src/xterm.h @ 11612:00bf6e6098d4

Declare x_non_menubar_window_to_frame.
author Karl Heuer <kwzh@gnu.org>
date Sat, 29 Apr 1995 04:19:45 +0000
parents d0bd2102adbc
children e1834fb53c35
line wrap: on
line diff
--- a/src/xterm.h	Sat Apr 29 04:19:13 1995 +0000
+++ b/src/xterm.h	Sat Apr 29 04:19:45 1995 +0000
@@ -128,6 +128,7 @@
 
 #ifdef USE_X_TOOLKIT
 extern struct frame *x_any_window_to_frame ();
+extern struct frame *x_non_menubar_window_to_frame ();
 extern struct frame *x_top_window_to_frame ();
 #endif