1
0
Fork 0
forked from wry/wry

autocommit 2022-03-23 00:14:22 CET

This commit is contained in:
Julian Orth 2022-03-23 00:14:22 +01:00
parent 2ff60ff817
commit 6597a57ad5
8 changed files with 14 additions and 1209 deletions

View file

@ -101,3 +101,7 @@ pub const GRAB_STATUS_ALREADY_GRABBED: u8 = 1;
pub const GRAB_STATUS_INVALID_TIME: u8 = 2;
pub const GRAB_STATUS_NOT_VIEWABLE: u8 = 3;
pub const GRAB_STATUS_FROZEN: u8 = 4;
pub const IMAGE_FORMAT_XY_BITMAP: u8 = 0;
pub const IMAGE_FORMAT_XY_PIXMAP: u8 = 1;
pub const IMAGE_FORMAT_Z_PIXMAP: u8 = 2;