fixed a typo
This commit is contained in:
+1
-1
@@ -97,7 +97,7 @@ impl Registry {
|
||||
{
|
||||
self.callbacks.global_remove = Some(Box::new(global_remove));
|
||||
}
|
||||
pub fn registry_listener(&mut self) {
|
||||
pub fn register_listener(&mut self) {
|
||||
unsafe {
|
||||
wl_proxy_add_listener(
|
||||
self.raw.as_ptr() as *mut wl_proxy,
|
||||
|
||||
Reference in New Issue
Block a user