mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
f0fab885d4
Canvas_SortComponentPool now takes the raw canvas component id as it is specialized to the canvas subpools. Canvas_SetLen resizes the root view and then updates the hierarchy for every canvas in the system. Canvas_InitSys sets up the component system with the systems it needs (canvas, view, text). This is required to ensure view_href is just past the canvas components as it is needed for retrieving the actual canvas component (and thus sub-pool range ids) from arbitrary views in the canvas. Entities are fetched with the correct offset from the pool entities. |
||
---|---|---|
.. | ||
test | ||
canvas.c | ||
font.c | ||
inputline.c | ||
Makemodule.am | ||
passage.c | ||
text.c | ||
txtbuffer.c | ||
view.c | ||
vrect.c |