mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 05:27:20 +00:00
[client] cosmetics and removed unused defines
This commit is contained in:
parent
457b332d2a
commit
79c565f114
@ -35,9 +35,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#include "spice/spice.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 (*DrawFunc)(CompFunc compFunc, SDL_Texture * texture, uint8_t * dst, const uint8_t * src);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user