Fix multi desktop

This commit is contained in:
Ximi1970
2020-07-18 14:03:20 +02:00
parent 99a2018e97
commit 7b2dbf902c

View File

@@ -26,7 +26,7 @@ WindowCtrlUnix::WindowCtrlUnix( QObject *parent ) : QObject( parent )
/*
* Get the base display and window
*/
m_display = XOpenDisplay( ":0" );
m_display = XOpenDisplay( NULL );
m_screen = 0;
m_root_window = XDefaultRootWindow( m_display );
}