commit | da10343f32b9d3f9dcd79254627d010152ecf91e | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Tue Jun 18 16:25:51 2019 +0200 |
committer | Pierre Ossman <ossman@cendio.se> | Tue Jun 18 16:25:51 2019 +0200 |
tree | d72915bda85af3121c829462e9c4cb71164467ec | |
parent | 3b6dec9fbee4dd18b37e7f7577eaf135b88a0fc6 [diff] [blame] |
Request keyboard grab ability under Xwayland We're usually white listed, but let's be a good citizen and formally request the keyboard grab ability from the compositor.
diff --git a/vncviewer/DesktopWindow.h b/vncviewer/DesktopWindow.h index 6ec8e1b..c408cb7 100644 --- a/vncviewer/DesktopWindow.h +++ b/vncviewer/DesktopWindow.h
@@ -73,6 +73,7 @@ void setLEDState(unsigned int state); // Fl_Window callback methods + virtual void show(); void draw(); void resize(int x, int y, int w, int h);