summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGwenole Beauchesne <gbeauchesne@splitted-desktop.com>2010-10-08 10:38:04 +0000
committerGwenole Beauchesne <gbeauchesne@splitted-desktop.com>2010-10-08 10:38:04 +0000
commit9f3a8c5e33ff3396d3af9af8473dc0eb3a6429a4 (patch)
tree51014a7c87a4d2a34019d033d9d8941f9f7f7da2
parent7e047565b0d17453dd7049c40a18e728c2835071 (diff)
Make more functions DSO private.
-rw-r--r--src/vdpau_gate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vdpau_gate.h b/src/vdpau_gate.h
index e466f3a..4500556 100644
--- a/src/vdpau_gate.h
+++ b/src/vdpau_gate.h
@@ -342,7 +342,7 @@ vdpau_video_mixer_query_feature_support(
VdpDevice device,
VdpVideoMixerFeature feature,
VdpBool *is_supported
-);
+) attribute_hidden;
// VdpVideoMixerGetFeatureEnables
VdpStatus
@@ -371,7 +371,7 @@ vdpau_video_mixer_query_attribute_support(
VdpDevice device,
VdpVideoMixerAttribute attribute,
VdpBool *is_supported
-);
+) attribute_hidden;
// VdpVideoMixerGetAttributeValues
VdpStatus