picoev: improve raw mode, change fn signature for the raw_cb field to fn (mut Picoev, int) (#19817)

This commit is contained in:
Casper Küthe 2023-11-11 08:36:52 +01:00 committed by GitHub
parent e7cad4f55d
commit a176021afe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 47 additions and 6 deletions

View file

@ -209,6 +209,7 @@ pub fn new_test_session(_vargs string, will_compile bool) TestSession {
$if solaris {
skip_files << 'examples/gg/gg2.v'
skip_files << 'examples/pico/pico.v'
skip_files << 'examples/pico/raw_callback.v'
skip_files << 'examples/sokol/fonts.v'
skip_files << 'examples/sokol/drawing.v'
}