diff options
author | Chia-I Wu <[email protected]> | 2010-10-23 11:31:29 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-10-23 11:32:06 +0800 |
commit | 662e098b560c6983f5ac320cc5ff7a82ecdc5f8a (patch) | |
tree | 82120161b11a7d65ff68faa5f69ff78a77565dc2 /src/gallium/state_trackers/egl/common | |
parent | e32ac5b8a963202dcdfb91354f77979765083000 (diff) |
st/egl: Fix native_mode refresh mode.
Define the unit to match _EGLMode's.
Diffstat (limited to 'src/gallium/state_trackers/egl/common')
-rw-r--r-- | src/gallium/state_trackers/egl/common/native_modeset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/egl/common/native_modeset.h b/src/gallium/state_trackers/egl/common/native_modeset.h index dee757b3a88..2598082d687 100644 --- a/src/gallium/state_trackers/egl/common/native_modeset.h +++ b/src/gallium/state_trackers/egl/common/native_modeset.h @@ -39,7 +39,7 @@ struct native_connector { struct native_mode { const char *desc; int width, height; - int refresh_rate; + int refresh_rate; /* HZ * 1000 */ }; /** |