diff options
Diffstat (limited to 'src/frame.cc')
| -rw-r--r-- | src/frame.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frame.cc b/src/frame.cc index d7ad2722..e7f310a0 100644 --- a/src/frame.cc +++ b/src/frame.cc @@ -72,7 +72,7 @@ OBFrame::~OBFrame() void OBFrame::grabButtons(bool grab) { - _plate.grabButtons(grab); +/* _plate.grabButtons(grab); // grab any requested buttons on the entire frame std::vector<std::string> grabs; @@ -92,7 +92,7 @@ void OBFrame::grabButtons(bool grab) otk::OBDisplay::ungrabButton(b.key, b.modifiers, _window); } } - } + }*/ } |
