Changeset d30e067 in mainline for uspace/lib/ui/src/dummygc.c
- Timestamp:
- 2025-03-02T20:02:33Z (5 months ago)
- Children:
- 8cdf360
- Parents:
- 7debda3 (diff), 4285f384 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/src/dummygc.c
r7debda3 rd30e067 181 181 sizeof(uint32_t); 182 182 tbm->alloc.off0 = 0; 183 tbm->alloc.pixels = calloc( sizeof(uint32_t),183 tbm->alloc.pixels = calloc( 184 184 (params->rect.p1.x - params->rect.p0.x) * 185 (params->rect.p1.y - params->rect.p0.y)); 185 (params->rect.p1.y - params->rect.p0.y), 186 sizeof(uint32_t)); 186 187 tbm->myalloc = true; 187 188 if (tbm->alloc.pixels == NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.