diff options
author | Weblate <noreply@weblate.org> | 2017-01-04 21:47:56 +0000 |
---|---|---|
committer | Weblate <noreply@weblate.org> | 2017-01-04 21:47:56 +0000 |
commit | 5840eb59b26d1dab6f43b2e2f9e4ca6ce8b70e0f (patch) | |
tree | 931c2fe0927dcf25cac4031374db4b0c6dcdc727 /src-qt5/core/lumina-desktop-unified/global-objects.h | |
parent | Translated using Weblate (lumina_SEARCH@fr (generated)) (diff) | |
parent | Merge branch 'master' of github.com:trueos/lumina (diff) | |
download | lumina-5840eb59b26d1dab6f43b2e2f9e4ca6ce8b70e0f.tar.gz lumina-5840eb59b26d1dab6f43b2e2f9e4ca6ce8b70e0f.tar.bz2 lumina-5840eb59b26d1dab6f43b2e2f9e4ca6ce8b70e0f.zip |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'src-qt5/core/lumina-desktop-unified/global-objects.h')
-rw-r--r-- | src-qt5/core/lumina-desktop-unified/global-objects.h | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src-qt5/core/lumina-desktop-unified/global-objects.h b/src-qt5/core/lumina-desktop-unified/global-objects.h new file mode 100644 index 00000000..d712c32b --- /dev/null +++ b/src-qt5/core/lumina-desktop-unified/global-objects.h @@ -0,0 +1,28 @@ +//=========================================== +// Lumina-desktop source code +// Copyright (c) 2015-2016, Ken Moore +// Available under the 3-clause BSD license +// See the LICENSE file for full details +//=========================================== +// Global defines and enumerations for external includes +//=========================================== +#ifndef _LUMINA_INTERNAL_GLOBAL_OBJECTS_H +#define _LUMINA_INTERNAL_GLOBAL_OBJECTS_H + +#include "Global-includes.h" + +//Any special defines for settings/testing +#define ANIMTIME 80 //animation time in milliseconds + +//Global flags/structures +namespace Lumina{ + //Flags/enumerations + enum WindowAction{MoveResize, Show, Hide, TryClose, Closed, WA_NONE}; + + //Data structures and objects + extern LXCB *SYSTEM; + +}; + + +#endif |