aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ephy-dialog.h')
-rw-r--r--lib/ephy-dialog.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/ephy-dialog.h b/lib/ephy-dialog.h
index e8e45ca72..6a22f585b 100644
--- a/lib/ephy-dialog.h
+++ b/lib/ephy-dialog.h
@@ -41,8 +41,9 @@ typedef struct _EphyDialogPrivate EphyDialogPrivate;
typedef enum
{
- PT_NORMAL,
- PT_AUTOAPPLY
+ PT_NORMAL = 0,
+ PT_AUTOAPPLY = 1 << 0,
+ PT_INVERTED = 1 << 1
} EphyDialogApplyType;
typedef struct