Guest User

Untitled

a guest
Apr 24th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. static int
  2. _ecore_wl_cb_disp_event_mask_update(uint32_t mask, void *data __UNUSED__)
  3. {
  4. // LOGFN(__FILE__, __LINE__, __FUNCTION__);
  5.  
  6. _ecore_wl_disp_mask = mask;
  7. return 0;
  8. }
Add Comment
Please, Sign In to add comment