Changeset c45d8696 in mainline
- Timestamp:
- 2020-06-15T10:11:35Z (4 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3e640e5
- Parents:
- afcf704
- git-author:
- Jiri Svoboda <jiri@…> (2020-06-14 22:31:24)
- git-committer:
- Jiri Svoboda <jiri@…> (2020-06-15 10:11:35)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gui/window.c
rafcf704 rc45d8696 471 471 472 472 /* Allocate new surface. */ 473 surface_t *new_surface = surface_create(width, height, alloc.pixels, 0); 473 surface_t *new_surface = surface_create(width, height, alloc.pixels, 474 SURFACE_FLAG_SHARED); 474 475 if (!new_surface) { 475 476 gfx_bitmap_destroy(new_bitmap);
Note:
See TracChangeset
for help on using the changeset viewer.