diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-06-09 22:56:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-06-10 00:35:42 +0300 |
commit | 3e9d70d40bfd0205ffaf4db268e6c4a908fc36e9 (patch) | |
tree | 6dea7d768ff22048379575d0dc3c82faacd17630 /src/guichan | |
parent | e98699575b3af4cca471afbc13899e4988aaa729 (diff) | |
download | plus-3e9d70d40bfd0205ffaf4db268e6c4a908fc36e9.tar.gz plus-3e9d70d40bfd0205ffaf4db268e6c4a908fc36e9.tar.bz2 plus-3e9d70d40bfd0205ffaf4db268e6c4a908fc36e9.tar.xz plus-3e9d70d40bfd0205ffaf4db268e6c4a908fc36e9.zip |
Improve fill rectangle speed in Software mode.
Diffstat (limited to 'src/guichan')
-rw-r--r-- | src/guichan/include/guichan/focushandler.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/guichan/include/guichan/focushandler.hpp b/src/guichan/include/guichan/focushandler.hpp index 49bb4e2e5..f5ac8f044 100644 --- a/src/guichan/include/guichan/focushandler.hpp +++ b/src/guichan/include/guichan/focushandler.hpp @@ -55,8 +55,7 @@ namespace gcn /** * Handles focus for widgets in a Gui. Each Gui has at least one - * focus handler. - + * focus handler. * You will probably not use the focus handler directly as Widget * has functions that automatically uses the active focus handler. * |