mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-06 02:01:50 +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 \
|
EXTRA_DIST = minigui.pc.in \
|
||||||
GNUmakefile makefile.ng makefile.msvc rules.make \
|
GNUmakefile makefile.ng makefile.msvc rules.make \
|
||||||
Version INSTALL LICENSE \
|
INSTALL LICENSE \
|
||||||
README.md RELEASE-NOTES.md \
|
Version.md README.md RELEASE-NOTES.md \
|
||||||
LICENSE-POLICY-en.md LICENSE-POLICY-zh.md
|
LICENSE-POLICY-en.md LICENSE-POLICY-zh.md
|
||||||
|
|
||||||
# The directory where the include files will be installed
|
# The directory where the include files will be installed
|
||||||
|
|||||||
@@ -13755,9 +13755,10 @@ typedef struct _DrmSurfaceInfo {
|
|||||||
} 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
|
* \param info The pointer to a DrmSurfaceInfo structure to hold
|
||||||
* the surface information.
|
* the surface information.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user