Refactor|Cleanup|libappfw: Window initialization and drawing
Cutting down on the cruft. Updating application framework window classes following the libgui changes.
libappfw's BaseWindow now tracks the time it takes for the GPU to render each frame using EXT_timer_query. The information is not yet used for anything (except as a development utility).
Refactor|Cleanup|libappfw: Window initialization and drawing
Cutting down on the cruft. Updating application framework window
classes following the libgui changes.
libappfw's BaseWindow now tracks the time it takes for the GPU to
render each frame using EXT_timer_query. The information is not yet
used for anything (except as a development utility).