mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-23 09:48:59 +00:00
Update Bitmap
This commit is contained in:
parent
67e8918365
commit
0e09bcb5ba
5 changed files with 4 additions and 4 deletions
|
|
@ -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 a new issue