linux: move api transition boilerplate to x11/wayland submodules

This commit is contained in:
Victor Berger 2017-03-03 21:41:51 +01:00
parent 4acf437221
commit 624a422f20
5 changed files with 330 additions and 137 deletions

View file

@ -7,7 +7,6 @@ use std::sync::Mutex;
use libc;
use super::ffi;
use super::super::dlopen;
/// A connection to an X server.
pub struct XConnection {