diff options
author | Ken Moore <ken@ixsystems.com> | 2017-05-25 14:57:27 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-05-25 14:57:27 -0400 |
commit | 49c5bd3d8dce4d8e6421846ab5005813c51b067b (patch) | |
tree | 77d5607c61dcd29b4c139b58c8e02c5874031c62 /src-qt5/core/lumina-desktop/LSession.h | |
parent | Switch the usage of compton: default to it being disabled rather than enabled... (diff) | |
download | lumina-49c5bd3d8dce4d8e6421846ab5005813c51b067b.tar.gz lumina-49c5bd3d8dce4d8e6421846ab5005813c51b067b.tar.bz2 lumina-49c5bd3d8dce4d8e6421846ab5005813c51b067b.zip |
Try to detect/fix the fullscreen/background window issue on Fluxbox.
Diffstat (limited to 'src-qt5/core/lumina-desktop/LSession.h')
-rw-r--r-- | src-qt5/core/lumina-desktop/LSession.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/core/lumina-desktop/LSession.h b/src-qt5/core/lumina-desktop/LSession.h index 8f799cd0..4c8da41c 100644 --- a/src-qt5/core/lumina-desktop/LSession.h +++ b/src-qt5/core/lumina-desktop/LSession.h @@ -67,7 +67,7 @@ public: // (DO NOT USE MANUALLY) void RootSizeChange(); void WindowPropertyEvent(); - void WindowPropertyEvent(WId); + void WindowPropertyEvent(WId); void SysTrayDockRequest(WId); void WindowClosedEvent(WId); void WindowConfigureEvent(WId); |