diff options
author | Eric Anholt <anholt@freebsd.org> | 2003-08-12 21:48:16 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2003-08-12 21:48:16 +0000 |
commit | 03e6674c13f8e7033c891ae8979e7f996fe9a6c1 (patch) | |
tree | 7da4d2be4b76694f5e04471d630f9b8f53f00153 | |
parent | 4c9daf6847b4e263d006154ac1e523c091308a6b (diff) |
Whitespace cleanup from the pageflipping commit.
-rw-r--r-- | shared-core/r128_drm.h | 4 | ||||
-rw-r--r-- | shared/r128_drm.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/shared-core/r128_drm.h b/shared-core/r128_drm.h index 5da219e5..efa13a42 100644 --- a/shared-core/r128_drm.h +++ b/shared-core/r128_drm.h @@ -164,8 +164,8 @@ typedef struct drm_r128_sarea { drm_tex_region_t tex_list[R128_NR_TEX_HEAPS][R128_NR_TEX_REGIONS+1]; unsigned int tex_age[R128_NR_TEX_HEAPS]; int ctx_owner; - int pfAllowPageFlip; /* number of 3d windows (0,1,2 or more) */ - int pfCurrentPage; /* which buffer is being displayed? */ + int pfAllowPageFlip; /* number of 3d windows (0,1,2 or more) */ + int pfCurrentPage; /* which buffer is being displayed? */ } drm_r128_sarea_t; diff --git a/shared/r128_drm.h b/shared/r128_drm.h index 5da219e5..efa13a42 100644 --- a/shared/r128_drm.h +++ b/shared/r128_drm.h @@ -164,8 +164,8 @@ typedef struct drm_r128_sarea { drm_tex_region_t tex_list[R128_NR_TEX_HEAPS][R128_NR_TEX_REGIONS+1]; unsigned int tex_age[R128_NR_TEX_HEAPS]; int ctx_owner; - int pfAllowPageFlip; /* number of 3d windows (0,1,2 or more) */ - int pfCurrentPage; /* which buffer is being displayed? */ + int pfAllowPageFlip; /* number of 3d windows (0,1,2 or more) */ + int pfCurrentPage; /* which buffer is being displayed? */ } drm_r128_sarea_t; |