mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-23 16:43:58 +08:00
modified for cross compile
This commit is contained in:
@@ -800,9 +800,9 @@ GAL_Surface* __drm_create_surface_from_name (GHANDLE video,
|
||||
uint32_t name, uint32_t drm_format, uint32_t pixels_off,
|
||||
uint32_t width, uint32_t height, uint32_t pitch);
|
||||
|
||||
GAL_Surface* __drm_create_surface_from_handle (GHANDLE video,
|
||||
uint32_t handle, size_t size, uint32_t drm_format, uint32_t pixels_off,
|
||||
uint32_t width, uint32_t height, uint32_t pitch);
|
||||
//GAL_Surface* __drm_create_surface_from_handle (GHANDLE video,
|
||||
// uint32_t handle, size_t size, uint32_t drm_format, uint32_t pixels_off,
|
||||
// uint32_t width, uint32_t height, uint32_t pitch);
|
||||
|
||||
GAL_Surface* __drm_create_surface_from_prime_fd (GHANDLE video,
|
||||
int prime_fd, size_t size, uint32_t drm_format, uint32_t pixels_off,
|
||||
|
||||
@@ -63,6 +63,8 @@
|
||||
#include <time.h>
|
||||
#endif
|
||||
|
||||
#include <sys/select.h>
|
||||
|
||||
#ifndef HAVE_STRDUP
|
||||
char* strdup (const char *string)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user