diff -r 199e6e1e0b54 -r a91aa46552be ui/inc/glxuistd.h --- a/ui/inc/glxuistd.h Fri Sep 17 08:29:24 2010 +0300 +++ b/ui/inc/glxuistd.h Mon Oct 04 00:17:18 2010 +0300 @@ -31,6 +31,15 @@ EGlxHuiCustomEventBackToSharpPath }; +enum GlxFetcherFilterType + { + EGlxFetcherFilterNone = 0x00, + EGlxFetcherFilterJpeg = 0x01, + EGlxFetcherFilterNonJpeg = 0x02, + EGlxFetcherFilterJp2 = 0x04, + EGlxFetcherFilterNonJp2 = 0x08, + EGlxFetcherFilterLast = 0xFF + }; enum GlxContextMode { GlxContextInvalid = -1,