diff options
Diffstat (limited to 'gcbv/mirror/gcbv.h')
-rw-r--r-- | gcbv/mirror/gcbv.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcbv/mirror/gcbv.h b/gcbv/mirror/gcbv.h index e2c4e08..d07debd 100644 --- a/gcbv/mirror/gcbv.h +++ b/gcbv/mirror/gcbv.h @@ -491,6 +491,9 @@ struct gcbatch { /* Get the pointer to the context. */ struct gccontext *get_context(void); +/* Validation. */ +bool valid_rect(struct bvsurfgeom *bvsurfgeom, struct gcrect *gcrect); + /* Parsers. */ enum bverror parse_format(struct bvbltparams *bvbltparams, struct surfaceinfo *surfaceinfo); |