Changeset d19d15b in mainline for uspace/srv/hid/display/wmclient.c
- Timestamp:
- 2022-11-19T09:40:15Z (2 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6e91475
- Parents:
- f2d4a46
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/wmclient.c
rf2d4a46 rd19d15b 135 135 ds_wmclient_ev_t *wevent; 136 136 137 log_msg(LOG_DEFAULT, LVL_ NOTE, "post wnd added event wmclient=%p\n",138 (void *)wmclient);137 log_msg(LOG_DEFAULT, LVL_DEBUG, "wmclient_pos_wnd_added_event " 138 "wmclient=%p wnd_id=%zu\n", (void *)wmclient, wnd_id); 139 139 140 140 wevent = calloc(1, sizeof(ds_wmclient_ev_t)); … … 167 167 ds_wmclient_ev_t *wevent; 168 168 169 log_msg(LOG_DEFAULT, LVL_DEBUG, "wmclient_pos_wnd_removed_event " 170 "wmclient=%p wnd_id=%zu\n", (void *)wmclient, wnd_id); 171 169 172 wevent = calloc(1, sizeof(ds_wmclient_ev_t)); 170 173 if (wevent == NULL) … … 196 199 ds_wmclient_ev_t *wevent; 197 200 201 log_msg(LOG_DEFAULT, LVL_DEBUG, "wmclient_pos_wnd_changed_event " 202 "wmclient=%p wnd_id=%zu\n", (void *)wmclient, wnd_id); 203 198 204 wevent = calloc(1, sizeof(ds_wmclient_ev_t)); 199 205 if (wevent == NULL)
Note:
See TracChangeset
for help on using the changeset viewer.