+1.
Are the changes (additional brackets) in src/window.cpp really needed ?
So adding
if (!activeWindow) return;
to decor.cpp, DecorScreen::handleEvent () would be enough imho...
The commit message could be nicer also ;)
« Back to merge proposal
+1.
Are the changes (additional brackets) in src/window.cpp really needed ?
So adding
if (!activeWindow)
return;
to decor.cpp, DecorScreen: :handleEvent () would be enough imho...
The commit message could be nicer also ;)