Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.49 KB | None | 0 0
  1. diff --git a/shell_client.cpp b/shell_client.cpp                                
  2. index d7593af..c2ed7c4 100644
  3. --- a/shell_client.cpp
  4. +++ b/shell_client.cpp
  5. @@ -1439,6 +1439,9 @@ bool ShellClient::shouldExposeToWindowManagement()
  6.      if (isLockScreen()) {
  7.          return false;
  8.      }
  9. +    if (m_xdgShellPopup) {
  10. +        return false;
  11. +    }
  12.      if (m_shellSurface) {
  13.          if (m_shellSurface->isTransient() && !m_shellSurface->acceptsKeyboardFocus()) {
  14.              return false;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement