File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ impl WaylandPayload {
127127 // the message string is not accessible to us.
128128 match errno {
129129 0 => ( ) ,
130- EPROTO => {
130+ libc :: EPROTO => {
131131 let mut interface: * const wl_interface = std:: ptr:: null ( ) ;
132132 let mut id = 0 ;
133133 let code = ( self . client . wl_display_get_protocol_error ) (
Original file line number Diff line number Diff line change @@ -186,11 +186,6 @@ pub const WL_SUBSURFACE_PLACE_BELOW_SINCE_VERSION: u32 = 1;
186186pub const WL_SUBSURFACE_SET_SYNC_SINCE_VERSION : u32 = 1 ;
187187pub const WL_SUBSURFACE_SET_DESYNC_SINCE_VERSION : u32 = 1 ;
188188
189- pub const ENOMEM : c_int = 12 ;
190- pub const EFAULT : c_int = 14 ;
191- pub const EINVAL : c_int = 22 ;
192- pub const EPROTO : c_int = 71 ;
193-
194189pub type wl_shm_format = :: core:: ffi:: c_uint ;
195190
196191pub const wl_shm_format_WL_SHM_FORMAT_ARGB8888: wl_shm_format = 0 ;
You can’t perform that action at this time.
0 commit comments