Checking in improvements to the effect availability heuristic.
[ITKit.git] / ITWindowEffect.h
index 23fe4ad..8663331 100755 (executable)
@@ -32,6 +32,7 @@ typedef enum {
 @protocol ITWindowEffect
 + (NSString *)effectName;
 + (NSDictionary *)supportedPositions;
++ (unsigned int)listOrder;
 - (void)performAppear;
 - (void)performVanish;
 - (void)cancelAppear;