summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/wgl/shared/stw_pixelformat.h
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-04-09 11:44:33 +0100
committerJosé Fonseca <jfonseca@vmware.com>2009-04-09 15:22:15 +0100
commit8ef412900363aa6338351001574867866ebcae89 (patch)
tree7899ccaeb9eaca68a74a4ce710d8f94c2f15b076 /src/gallium/state_trackers/wgl/shared/stw_pixelformat.h
parentd8ffccc80b5835ff458facbe84d0dd9cda754a30 (diff)
wgl: More symbol naming normalization.
Diffstat (limited to 'src/gallium/state_trackers/wgl/shared/stw_pixelformat.h')
-rw-r--r--src/gallium/state_trackers/wgl/shared/stw_pixelformat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/state_trackers/wgl/shared/stw_pixelformat.h b/src/gallium/state_trackers/wgl/shared/stw_pixelformat.h
index 926c9c9aab..cdf687c472 100644
--- a/src/gallium/state_trackers/wgl/shared/stw_pixelformat.h
+++ b/src/gallium/state_trackers/wgl/shared/stw_pixelformat.h
@@ -31,8 +31,8 @@
#include <windows.h>
#include "pipe/p_compiler.h"
-#define PF_FLAG_DOUBLEBUFFER 0x00000001
-#define PF_FLAG_MULTISAMPLED 0x00000002
+#define STW_PF_FLAG_DOUBLEBUFFER 0x00000001
+#define STW_PF_FLAG_MULTISAMPLED 0x00000002
struct stw_pixelformat_color_info
{