mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-01 14:43:55 +00:00
Update Bitmap
This commit is contained in:
parent
67e8918365
commit
0e09bcb5ba
@ -19,9 +19,9 @@
|
||||
// uint8_t *image;
|
||||
// };
|
||||
#include "bitmap_class.h"
|
||||
#include "bitmap_find_init.h"
|
||||
#include "bitmap_find_c.h"
|
||||
#include "../base/color_find_init.h"
|
||||
// #include "../screen/screen_init.h"
|
||||
// #include "../screen/screen_c.h"
|
||||
#include "../base/io_init.h"
|
||||
#include "../base/pasteboard_init.h"
|
||||
#include "../base/str_io_init.h"
|
||||
|
@ -9,8 +9,8 @@
|
||||
// except according to those terms.
|
||||
|
||||
#include "../base/types.h"
|
||||
#include "screengrab_init.h"
|
||||
#include "screen_init.h"
|
||||
#include "screengrab_c.h"
|
||||
#include "screen_c.h"
|
||||
// #include "../MMBitmap_init.h"
|
||||
|
||||
void padHex(MMRGBHex color, char* hex){
|
||||
|
Loading…
Reference in New Issue
Block a user