mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
remove imgdev abstraction from public API
Make it easier for application developers, don't have to care about this level of abstraction which we're intending to make superfluous to them.
This commit is contained in:
@@ -82,6 +82,11 @@ struct fp_img_dev {
|
||||
void *priv;
|
||||
};
|
||||
|
||||
int fpi_imgdev_capture(struct fp_img_dev *imgdev, int unconditional,
|
||||
struct fp_img **image);
|
||||
int fpi_imgdev_get_img_width(struct fp_img_dev *imgdev);
|
||||
int fpi_imgdev_get_img_height(struct fp_img_dev *imgdev);
|
||||
|
||||
struct usb_id {
|
||||
uint16_t vendor;
|
||||
uint16_t product;
|
||||
|
||||
Reference in New Issue
Block a user