mirror of
https://github.com/Ximi1970/systray-x.git
synced 2026-05-06 07:16:26 +02:00
Fix multi desktop
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user