Benoît Cortier

Results 95 comments of Benoît Cortier

> (cc @CBenoit -- Please validate is my assumption regarding X11/Wayland correct?) This sounds right to me!

Note that FreeRDP, for invert color pixels, appears to be alternating between black and white pixels: ![image](https://github.com/Devolutions/IronRDP/assets/3809077/2c8422d9-3d78-454f-99c1-96f8ec951c29) This is working good enough for both light and dark themes.

Note that FreeRDP, for invert color pixels, appears to be alternating between black and white pixels: ![image](https://github.com/Devolutions/IronRDP/assets/3809077/2c8422d9-3d78-454f-99c1-96f8ec951c29) This is working good enough for both light and dark themes.

I’m thinking about a `HashMap` mapping from macOS to Windows scancodes. @thenextman any input on this?

FYI @ibeckermayer I assigned you since you are working on it

Following up on this. Looks like a new syntax was added to the macro in `bitflags` v2.4: https://github.com/bitflags/bitflags/pull/371 ```rust bitflags! { pub struct Flags: u32 { const A = 0b00000001;...

I’ll work on that soon Jira Issue: [ARC-143](https://devolutions.atlassian.net/browse/ARC-143) [ARC-143]: https://devolutions.atlassian.net/browse/ARC-143?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ

It’s not yet used, but the intention is to use it for more advanced fuzzing.

I got it too. We probably broke it because it’s not checked in the CI yet. But it’s probably not too hard to fix and we can do that when...