Warning fix.
This commit is contained in:
parent
3556e1f87d
commit
990b480a1d
|
@ -153,8 +153,6 @@ static BOOL in_transition = FALSE; /* This is not used as for today */
|
||||||
*/
|
*/
|
||||||
void X11DRV_EVENT_Init(void)
|
void X11DRV_EVENT_Init(void)
|
||||||
{
|
{
|
||||||
HANDLE service;
|
|
||||||
|
|
||||||
#ifdef HAVE_LIBXXSHM
|
#ifdef HAVE_LIBXXSHM
|
||||||
ShmAvailable = XShmQueryExtension( display );
|
ShmAvailable = XShmQueryExtension( display );
|
||||||
if (ShmAvailable) {
|
if (ShmAvailable) {
|
||||||
|
|
Loading…
Reference in New Issue