Fix wrong XR notifier bit value

This commit is contained in:
Julian Eisel
2020-05-05 22:53:18 +02:00
parent c9ff8b5cd6
commit 84eaaad94c

View File

@@ -310,7 +310,7 @@ typedef struct wmNotifier {
#define ND_HISTORY (4 << 16)
#define ND_JOB (5 << 16)
#define ND_UNDO (6 << 16)
#define ND_XR_DATA_CHANGED (7 << 17)
#define ND_XR_DATA_CHANGED (7 << 16)
/* NC_SCREEN */
#define ND_LAYOUTBROWSE (1 << 16)