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:
authorTon Roosendaal <ton@blender.org>2009-01-07 17:46:50 +0300
committerTon Roosendaal <ton@blender.org>2009-01-07 17:46:50 +0300
commitbf9080d9c15e2afdff8344b37fc0d89d84b559f7 (patch)
treebe6f1fa5fd561176ab8877bf6cc5d463d693fa1a /source/blender/blenkernel/BKE_customdata.h
parent1ff595a28e541de9cf71708bb7327b8deb0598ac (diff)
2.5
Finished a couple of XXX todo's in drawing code, attempt to fix subsurf crash... didnt work yet!
Diffstat (limited to 'source/blender/blenkernel/BKE_customdata.h')
-rw-r--r--source/blender/blenkernel/BKE_customdata.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/blender/blenkernel/BKE_customdata.h b/source/blender/blenkernel/BKE_customdata.h
index 10791968f79..95ee918a888 100644
--- a/source/blender/blenkernel/BKE_customdata.h
+++ b/source/blender/blenkernel/BKE_customdata.h
@@ -32,11 +32,9 @@
#ifndef BKE_CUSTOMDATA_H
#define BKE_CUSTOMDATA_H
-#include "BLO_sys_types.h" // for intptr_t support
-
struct CustomData;
struct CustomDataLayer;
-typedef intptr_t CustomDataMask;
+typedef unsigned int CustomDataMask;
extern const CustomDataMask CD_MASK_BAREMESH;
extern const CustomDataMask CD_MASK_MESH;