summaryrefslogtreecommitdiff
path: root/shared-core
diff options
context:
space:
mode:
authorJerome Glisse <glisse@freedesktop.org>2008-10-29 23:41:48 +0100
committerJerome Glisse <glisse@freedesktop.org>2008-10-29 23:41:48 +0100
commit40c64eb5243bbd511f30e68cb4abce55b364a74f (patch)
treea327cceffd108f17c18b32080e46b89b535fad50 /shared-core
parent5d861951b3714d13292d18f3731294c83e209b3a (diff)
parent1db35ba58353b862ca04a190d46c6f074a21f223 (diff)
Merge branch 'modesetting-gem' of ssh://git.freedesktop.org/git/mesa/drm into modesetting-gem
Diffstat (limited to 'shared-core')
-rw-r--r--shared-core/drm_mode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/shared-core/drm_mode.h b/shared-core/drm_mode.h
index 0c378f44..bd3d257e 100644
--- a/shared-core/drm_mode.h
+++ b/shared-core/drm_mode.h
@@ -126,10 +126,10 @@ struct drm_mode_crtc {
#define DRM_MODE_ENCODER_TVDAC 4
struct drm_mode_get_encoder {
+ unsigned int encoder_type;
unsigned int encoder_id;
- unsigned int crtc_id; /**< Id of crtc */
- uint32_t encoder_type;
+ unsigned int crtc_id; /**< Id of crtc */
uint32_t possible_crtcs;
uint32_t possible_clones;