Delete notice in Display
Former-commit-id: d3ddf65b5f00af047b4232068553363d88d3ca30
This commit is contained in:
parent
2a28d8863c
commit
de59eb1f74
|
|
@ -136,7 +136,6 @@ namespace Nz
|
||||||
OpenEWMHConnection(sharedConnection);
|
OpenEWMHConnection(sharedConnection);
|
||||||
}
|
}
|
||||||
|
|
||||||
NazaraNotice("Initialized: Display module");
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -208,8 +207,6 @@ namespace Nz
|
||||||
|
|
||||||
xcb_disconnect(sharedConnection);
|
xcb_disconnect(sharedConnection);
|
||||||
}
|
}
|
||||||
|
|
||||||
NazaraNotice("Uninitialized: Display module");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
xcb_window_t X11::XCBDefaultRootWindow(xcb_connection_t* connection)
|
xcb_window_t X11::XCBDefaultRootWindow(xcb_connection_t* connection)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue