Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/makesdna/DNA_windowmanager_types.h')
-rw-r--r--source/blender/makesdna/DNA_windowmanager_types.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/source/blender/makesdna/DNA_windowmanager_types.h b/source/blender/makesdna/DNA_windowmanager_types.h
index 3899e8bcc8d..c3760d66514 100644
--- a/source/blender/makesdna/DNA_windowmanager_types.h
+++ b/source/blender/makesdna/DNA_windowmanager_types.h
@@ -39,28 +39,28 @@
#include "DNA_ID.h"
/* defined here: */
-struct wmWindowManager;
struct wmWindow;
+struct wmWindowManager;
-struct wmMsgBus;
struct wmEvent;
struct wmGesture;
-struct wmOperatorType;
-struct wmOperator;
-struct wmKeyMap;
struct wmKeyConfig;
+struct wmKeyMap;
+struct wmMsgBus;
+struct wmOperator;
+struct wmOperatorType;
/* forwards */
-struct bContext;
-struct bScreen;
-struct wmSubWindow;
-struct wmTimer;
struct PointerRNA;
-struct ReportList;
struct Report;
-struct uiLayout;
+struct ReportList;
struct Stereo3dFormat;
struct UndoStep;
+struct bContext;
+struct bScreen;
+struct uiLayout;
+struct wmSubWindow;
+struct wmTimer;
#define OP_MAX_TYPENAME 64
#define KMAP_MAX_NAME 64