diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-03 02:48:25 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-03 02:48:25 +0000 |
| commit | b35dae95a5cdb902f1661b9572af47c3f55c975c (patch) | |
| tree | 291fca2e8d8528216dc181ff030bdae6d42decb3 /src/frame.cc | |
| parent | 579ed5aa8d1b33a69476c2182a98ebc30557f096 (diff) | |
new mouse button code is seeming to work. you can move windows
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); } } - } + }*/ } |
