Browse Source

Fix indentation.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5005 3789f03b-4d11-0410-bbf8-ca57d06f2519
tags/v1.2.90
Pierre Ossman 11 years ago
parent
commit
b13698086f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      vncviewer/DesktopWindow.cxx

+ 1
- 1
vncviewer/DesktopWindow.cxx View File

@@ -431,7 +431,7 @@ int DesktopWindow::fltkHandle(int event, Fl_Window *win)
dw->grabKeyboard();
break;

case FL_UNFOCUS:
case FL_UNFOCUS:
// FIXME: We need to relinquish control when the entire window loses
// focus as it is very tied to this specific window on some
// platforms and we want to be able to open subwindows.

Loading…
Cancel
Save