mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-06-13 10:14:28 +00:00
[client] egl: implemented SPICE display support
This commit is contained in:
@@ -52,6 +52,7 @@ typedef struct
|
||||
int width, height;
|
||||
int stride;
|
||||
uint8_t * data;
|
||||
bool topDown;
|
||||
}
|
||||
drawBitmap;
|
||||
};
|
||||
@@ -69,4 +70,4 @@ void renderQueue_spiceDrawFill(int x, int y, int width, int height,
|
||||
uint32_t color);
|
||||
|
||||
void renderQueue_spiceDrawBitmap(int x, int y, int width, int height, int stride,
|
||||
void * data);
|
||||
void * data, bool topDown);
|
||||
|
||||
Reference in New Issue
Block a user