diff options
author | Sven Gothel <[email protected]> | 2012-08-18 20:28:01 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-08-18 20:28:01 +0200 |
commit | b275393db0062c98baa055230fe0e89abd2756ae (patch) | |
tree | 8451bd272d33e25ed0e716caab0b5318aa8ef3c4 /src | |
parent | c5835a2e19a84cb08957d6c742e4334d578c3c66 (diff) |
Fix bcm_vc_iv.h: redefinition of typedef ‘DISPMANX_ELEMENT_HANDLE_T
Diffstat (limited to 'src')
-rw-r--r-- | src/newt/native/bcm_vc_iv.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/newt/native/bcm_vc_iv.h b/src/newt/native/bcm_vc_iv.h index cfcc44b16..b43483c10 100644 --- a/src/newt/native/bcm_vc_iv.h +++ b/src/newt/native/bcm_vc_iv.h @@ -150,8 +150,6 @@ typedef struct { } DISPMANX_CLAMP_T; -typedef uint32_t DISPMANX_ELEMENT_HANDLE_T; - typedef struct { DISPMANX_ELEMENT_HANDLE_T element; int width; /* This is necessary because dispmanx elements are not queriable. */ |