diff options
Diffstat (limited to 'src/FbTk/KeyUtil.hh')
-rw-r--r-- | src/FbTk/KeyUtil.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbTk/KeyUtil.hh b/src/FbTk/KeyUtil.hh index 019fbc5..d1f1706 100644 --- a/src/FbTk/KeyUtil.hh +++ b/src/FbTk/KeyUtil.hh | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: KeyUtil.hh,v 1.3 2003/10/13 19:31:56 fluxgen Exp $ | 22 | // $Id: KeyUtil.hh,v 1.4 2003/12/16 17:06:51 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef FBTK_KEYUTIL_HH | 24 | #ifndef FBTK_KEYUTIL_HH |
25 | #define FBTK_KEYUTIL_HH | 25 | #define FBTK_KEYUTIL_HH |
@@ -54,7 +54,7 @@ public: | |||
54 | /** | 54 | /** |
55 | @return the modifier for the modstr else zero on failure. | 55 | @return the modifier for the modstr else zero on failure. |
56 | */ | 56 | */ |
57 | static unsigned int KeyUtil::getModifier(const char *modstr); | 57 | static unsigned int getModifier(const char *modstr); |
58 | 58 | ||
59 | /** | 59 | /** |
60 | ungrabs all keys | 60 | ungrabs all keys |