diff options
Diffstat (limited to 'xorg-server/record/record.c')
-rw-r--r-- | xorg-server/record/record.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xorg-server/record/record.c b/xorg-server/record/record.c index 75b74eaca..53125079e 100644 --- a/xorg-server/record/record.c +++ b/xorg-server/record/record.c @@ -2895,6 +2895,9 @@ RecordExtensionInit(void) if (!RTContext)
return;
+ if (!dixRegisterPrivateKey(RecordClientPrivateKey, PRIVATE_CLIENT, 0))
+ return;
+
ppAllContexts = NULL;
numContexts = numEnabledContexts = numEnabledRCAPs = 0;
|