Version -> Version.md

This commit is contained in:
Vincent Wei
2019-12-24 11:49:56 +08:00
parent d5200eec58
commit 28e49dd768
2 changed files with 5 additions and 4 deletions

View File

@@ -2,8 +2,8 @@ SUBDIRS = src 3rd-party include rtos etc m4 cmake build
EXTRA_DIST = minigui.pc.in \
GNUmakefile makefile.ng makefile.msvc rules.make \
Version INSTALL LICENSE \
README.md RELEASE-NOTES.md \
INSTALL LICENSE \
Version.md README.md RELEASE-NOTES.md \
LICENSE-POLICY-en.md LICENSE-POLICY-zh.md
# The directory where the include files will be installed

View File

@@ -13755,9 +13755,10 @@ typedef struct _DrmSurfaceInfo {
} DrmSurfaceInfo;
/**
* This function gets the DRM surface information from the handle of the surface.
* This function gets the DRM surface information from specified device context.
*
* \param surface The handle to the surface.
* \param video The handle to the video.
* \param hdc The handle to the device context.
* \param info The pointer to a DrmSurfaceInfo structure to hold
* the surface information.
*