Changeset 9bf5da6f in mainline
- Timestamp:
- 2021-10-02T19:17:05Z (3 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6d172f6
- Parents:
- e0cf963
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/src/window.c
re0cf963 r9bf5da6f 332 332 if (ui->display == NULL) { 333 333 ui_window_place(window, &ui->rect, params, &window->dpos); 334 FILE *f = fopen("/tmp/x", "at");335 fprintf(f, "xlate_gc_set_off: %d,%d\n",336 window->dpos.x, window->dpos.y);337 fclose(f);338 334 339 335 if (window->xgc != NULL)
Note:
See TracChangeset
for help on using the changeset viewer.