STR #1747: Fl::grab may not work as expected, added warning in documentation

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6037 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher
2008-02-20 18:55:36 +00:00
parent 491ab820f6
commit c7d5670c3a
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -943,6 +943,9 @@ and faster on the system.
<P><I>Be careful that your program does not enter an infinite loop
while <tt>grab()</tt> is on. On X this will lock up your screen!</I>
To avoid this potential lockup, all newer operating systems seem to
limit mouse pointer grabbing to the time during which a mouse button
is held down. Some OS's may noy support grabbing at all.
<H4><A NAME="Fl.h">int h();</A></H4>