mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
Initialize private keys in test suite
Make sure all of the private keys used by the test code are initialized before being used. Signed-off-by: Keith Packard <keithp@keithp.com> Tested-by: Robert Hooker <sarvatt@ubuntu.com>
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
#include "inputstr.h"
|
||||
#include "scrnintstr.h"
|
||||
#include "exevents.h"
|
||||
#include "xkbsrv.h"
|
||||
#include "xserver-properties.h"
|
||||
|
||||
#include <glib.h>
|
||||
@@ -59,6 +60,9 @@ static void xtest_init_devices(void)
|
||||
dixResetPrivates();
|
||||
InitAtoms();
|
||||
|
||||
XkbInitPrivates();
|
||||
XTestInitPrivates();
|
||||
|
||||
/* this also inits the xtest devices */
|
||||
InitCoreDevices();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user