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