summaryrefslogtreecommitdiffstats
path: root/vncviewer
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2012-10-17 07:59:36 +0000
committerPierre Ossman <ossman@cendio.se>2012-10-17 07:59:36 +0000
commitb13698086f1ccf758e45764bdb618706f7546992 (patch)
treeba90f3e4cc0ac69ed4c41523c08fe31c71d4ce7d /vncviewer
parentcb68c19e1d41f971c833e73133d1bba96f11ed4f (diff)
downloadtigervnc-b13698086f1ccf758e45764bdb618706f7546992.tar.gz
tigervnc-b13698086f1ccf758e45764bdb618706f7546992.zip
Fix indentation.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5005 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'vncviewer')
-rw-r--r--vncviewer/DesktopWindow.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vncviewer/DesktopWindow.cxx b/vncviewer/DesktopWindow.cxx
index 5cec60b9..b00fc93c 100644
--- a/vncviewer/DesktopWindow.cxx
+++ b/vncviewer/DesktopWindow.cxx
@@ -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.