From a73c7f58e6a0bb4b4eab922396500c25c118a18b Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 15 Mar 2000 18:57:07 +0000 Subject: Documentation updates for 1.0.8. FLUID GUI tweeks (OK and Cancel use now consistent, spacing now consistent, Courier font for code, etc.) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1039 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/opengl.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/opengl.html') diff --git a/documentation/opengl.html b/documentation/opengl.html index 8a5ab0aa7..2de7430e3 100644 --- a/documentation/opengl.html +++ b/documentation/opengl.html @@ -104,8 +104,8 @@ int MyWindow::handle(int event) { ... Return 1 if you understand/use the shortcut event, 0 otherwise... return 1; default: - // tell FLTK that I don't understand other events - return 0; + // pass other events to the base class... + return Fl_Gl_Window::handle(event); } } -- cgit v1.2.3