add param to ini winsys routines
Provide a mechanism for cleanly moving between tentative window system selections during startup. Now, before a second (or later) system is selected, the first will be notified that it is losing control. See window.doc.
This commit is contained in:
@@ -290,7 +290,7 @@ E char FDECL(key_event_to_char,(XKeyEvent*));
|
||||
E void FDECL(msgkey, (Widget, XtPointer, XEvent*));
|
||||
E void FDECL(nh_XtPopup, (Widget, int, Widget));
|
||||
E void FDECL(nh_XtPopdown, (Widget));
|
||||
E void NDECL(win_X11_init);
|
||||
E void FDECL(win_X11_init, (int));
|
||||
E void FDECL(nh_keyscroll, (Widget, XEvent*, String*, Cardinal*));
|
||||
|
||||
/* ### winmesg.c ### */
|
||||
|
||||
Reference in New Issue
Block a user