From d45103f2445ed59b7ba78faeae8061327c4ab976 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Tue, 15 May 2018 16:30:58 +1000 Subject: Fixed errors with Event Dispatch and null string pointers --- doc/fl.html | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'doc') diff --git a/doc/fl.html b/doc/fl.html index b5c9905..f1da128 100644 --- a/doc/fl.html +++ b/doc/fl.html @@ -136,7 +136,7 @@ Fl_Event_Dispatch - Event_Dispatch + TBA @@ -803,20 +803,14 @@ function Key_Ctrl
 static void event_dispatch(Fl_Event_Dispatch d);
 
-
-procedure Set_Dispatch
-       (Func : in Event_Dispatch);
-
+TBA
 static Fl_Event_Dispatch event_dispatch();
 
-
-function Get_Dispatch
-    return Event_Dispatch;
-
+TBA -- cgit