mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-25 19:19:13 +00:00
seg fault when initializing DMX screens
X.Org Bugzilla #18086: http://bugs.freedesktop.org/show_bug.cgi?id=18086 Patch #19837: http://bugs.freedesktop.org/attachment.cgi?id=19837
This commit is contained in:
committed by
Alan Coopersmith
parent
5da9b255a6
commit
b159a98f7f
@@ -68,7 +68,7 @@ static unsigned long dmxGeneration;
|
||||
static unsigned long *dmxCursorGeneration;
|
||||
|
||||
static int dmxGCPrivateKeyIndex;
|
||||
DevPrivateKey dmxGCPrivateKey = &dmxGCPrivateKey; /**< Private index for GCs */
|
||||
DevPrivateKey dmxGCPrivateKey = &dmxGCPrivateKeyIndex; /**< Private index for GCs */
|
||||
static int dmxWinPrivateKeyIndex;
|
||||
DevPrivateKey dmxWinPrivateKey = &dmxWinPrivateKeyIndex; /**< Private index for Windows */
|
||||
static int dmxPixPrivateKeyIndex;
|
||||
|
||||
Reference in New Issue
Block a user