add send-display-update profile param to disable the update method

This commit is contained in:
Anthony Minessale
2012-09-11 15:40:43 -05:00
parent 143c599066
commit 8f0c726b13
2 changed files with 16 additions and 1 deletions
+1
View File
@@ -272,6 +272,7 @@ typedef enum {
PFLAG_THREAD_PER_REG,
PFLAG_MWI_USE_REG_CALLID,
PFLAG_FIRE_MESSAGE_EVENTS,
PFLAG_SEND_DISPLAY_UPDATE,
/* No new flags below this line */
PFLAG_MAX
} PFLAGS;