mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
lib: Move fp_minutiae to fpi-img.h
This commit is contained in:
@@ -92,9 +92,5 @@ struct fp_img_driver {
|
|||||||
void (*deactivate)(struct fp_img_dev *dev);
|
void (*deactivate)(struct fp_img_dev *dev);
|
||||||
};
|
};
|
||||||
|
|
||||||
struct fp_minutiae;
|
|
||||||
|
|
||||||
/* for image drivers */
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -22,6 +22,8 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
struct fp_minutiae;
|
||||||
|
|
||||||
/* bit values for fp_img.flags */
|
/* bit values for fp_img.flags */
|
||||||
#define FP_IMG_V_FLIPPED (1<<0)
|
#define FP_IMG_V_FLIPPED (1<<0)
|
||||||
#define FP_IMG_H_FLIPPED (1<<1)
|
#define FP_IMG_H_FLIPPED (1<<1)
|
||||||
|
|||||||
Reference in New Issue
Block a user