Drop ReleaseReason enum
This commit is contained in:
parent
3e766e8d5e
commit
c6035115f9
1 changed files with 0 additions and 9 deletions
|
@ -55,15 +55,6 @@ class SurfaceItem;
|
||||||
class VirtualDesktop;
|
class VirtualDesktop;
|
||||||
class WindowItem;
|
class WindowItem;
|
||||||
|
|
||||||
/**
|
|
||||||
* Enum to describe the reason why a Window has to be released.
|
|
||||||
*/
|
|
||||||
enum class ReleaseReason {
|
|
||||||
Release, ///< Normal Release after e.g. an Unmap notify event (window still valid)
|
|
||||||
Destroyed, ///< Release after an Destroy notify event (window no longer valid)
|
|
||||||
KWinShutsDown ///< Release on KWin Shutdown (window still valid)
|
|
||||||
};
|
|
||||||
|
|
||||||
namespace Decoration
|
namespace Decoration
|
||||||
{
|
{
|
||||||
class DecoratedClientImpl;
|
class DecoratedClientImpl;
|
||||||
|
|
Loading…
Reference in a new issue