Remove xlib_xconnection from public interface

This commit is contained in:
John Nunley
2023-01-10 08:46:48 +00:00
committed by GitHub
parent 4b22ca8daf
commit 490abcad14
16 changed files with 56 additions and 104 deletions

View File

@@ -2,7 +2,7 @@ use std::ops::{Deref, DerefMut};
use super::*;
pub struct XSmartPointer<'a, T> {
pub(crate) struct XSmartPointer<'a, T> {
xconn: &'a XConnection,
pub ptr: *mut T,
}