readded IS_jpg() macro

This commit is contained in:
2003-06-06 11:55:16 +00:00
parent 3942b12185
commit b499fac975

View File

@@ -192,6 +192,7 @@ typedef enum {
#define IMAGIC 0732
#define IS_iris(x) (x->ftype == IMAGIC)
#define IS_jpg(x) (x->ftype & JPG)
#define IS_stdjpg(x) ((x->ftype & JPG_MSK) == JPG_STD)
#define IS_vidjpg(x) ((x->ftype & JPG_MSK) == JPG_VID)
#define IS_jstjpg(x) ((x->ftype & JPG_MSK) == JPG_JST)