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/windowmanager/wm_draw.h')
-rw-r--r--source/blender/windowmanager/wm_draw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/wm_draw.h b/source/blender/windowmanager/wm_draw.h
index de9ad599781..d35ba102530 100644
--- a/source/blender/windowmanager/wm_draw.h
+++ b/source/blender/windowmanager/wm_draw.h
@@ -45,9 +45,9 @@ typedef struct wmDrawData {
wmDrawTriple *triple;
} wmDrawData;
+struct ARegion;
struct bContext;
struct wmWindow;
-struct ARegion;
/* wm_draw.c */
void wm_draw_update (struct bContext *C);