mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-14 21:17:54 +00:00
[client] cosmetics and removed unused defines
This commit is contained in:
parent
457b332d2a
commit
79c565f114
1 changed files with 3 additions and 6 deletions
|
@ -35,17 +35,14 @@ Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
#include "spice/spice.h"
|
#include "spice/spice.h"
|
||||||
#include "kb.h"
|
#include "kb.h"
|
||||||
|
|
||||||
#define MAP_SIZE (16*1024*1024)
|
|
||||||
#define COPY_THREADS 4
|
|
||||||
|
|
||||||
typedef void (*CompFunc)(uint8_t * dst, const uint8_t * src, const size_t len);
|
typedef void (*CompFunc)(uint8_t * dst, const uint8_t * src, const size_t len);
|
||||||
typedef void (*DrawFunc)(CompFunc compFunc, SDL_Texture * texture, uint8_t * dst, const uint8_t * src);
|
typedef void (*DrawFunc)(CompFunc compFunc, SDL_Texture * texture, uint8_t * dst, const uint8_t * src);
|
||||||
|
|
||||||
struct KVMGFXState
|
struct KVMGFXState
|
||||||
{
|
{
|
||||||
bool running;
|
bool running;
|
||||||
bool started;
|
bool started;
|
||||||
bool windowChanged;
|
bool windowChanged;
|
||||||
|
|
||||||
SDL_Window * window;
|
SDL_Window * window;
|
||||||
SDL_Renderer * renderer;
|
SDL_Renderer * renderer;
|
||||||
|
|
Loading…
Reference in a new issue