mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2025-12-09 04:11:04 +08:00
Version -> Version.md
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user