X-Git-Url: https://git.ti.com/gitweb?p=glsdk%2Fomapdrmtest.git;a=blobdiff_plain;f=util%2Futil.h;h=80300aa9a92f9631f90000cac0ae0a819b8c3c65;hp=bf3323472b5fa92bc9ddb1cba384dad5257db3a9;hb=5bbb098dc0bc1849b13b4824ef905527bf7acd14;hpb=3a506bed8d5b5b521c09a62db4087f4f7cc93180 diff --git a/util/util.h b/util/util.h index bf33234..80300aa 100644 --- a/util/util.h +++ b/util/util.h @@ -78,6 +78,9 @@ void disp_usage(void); */ struct display * disp_open(int argc, char **argv); +/* Close display */ +void disp_close(struct display *disp); + /* Get normal RGB/UI buffers (ie. not scaled, not YUV) */ static inline struct buffer ** disp_get_buffers(struct display *disp, uint32_t n)