ui/inc/glxuistd.h
changeset 70 a91aa46552be
parent 61 743eb0b9959e
child 69 45459746d5e8
--- 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,