ui/inc/glxuistd.h
changeset 65 ccee5c4b0de4
parent 58 383b67fbdb11
child 69 45459746d5e8
--- a/ui/inc/glxuistd.h	Tue Sep 07 13:12:03 2010 +0530
+++ b/ui/inc/glxuistd.h	Mon Sep 20 12:39:08 2010 +0530
@@ -31,6 +31,15 @@
 	EGlxHuiCustomEventBackToSharpPath
 	};
 
+enum GlxFetcherFilterType
+    {
+    EGlxFetcherFilterNone = 0x00,
+    EGlxFetcherFilterJpeg = 0x01,
+    EGlxFetcherFilterNonJpeg = 0x02,
+    EGlxFetcherFilterJp2 = 0x04,
+    EGlxFetcherFilterNonJp2 = 0x08,
+    EGlxFetcherFilterLast = 0xFF
+    };
 enum GlxContextMode
 {
     GlxContextInvalid = -1,