code refactoring + integrate rdesktop code for bitmap decompression
This commit is contained in:
@@ -4,6 +4,5 @@
|
||||
#include "../../src/rle/rle.h"
|
||||
%End
|
||||
|
||||
int rle_decode_uint8(void* output, int width, int height, char* input, int size);
|
||||
int rle_decode_uint16(void* output, int width, int height, char* input, int size);
|
||||
int rle_decode_uint24(void* output, int width, int height, char* input, int size);
|
||||
int bitmap_decompress(void * output, int width, int height, char * input, int size, int Bpp);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user