You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There needs to be some kind of interface in the C backend that enables the lisp code to tell it what to render. The two things we should focus on supporting right now is rendering surfaces via wlroots' scene graph API and drawing window borders for focused windows / frames.
The text was updated successfully, but these errors were encountered:
The scene graph API has the ability to render wlr_buffers and normal rectangles, so rendering borders can just be done as part of the scene graph manipulation. Although it's more complex than we need right now, Sway's (yet to be merged) usage of this API should give us some hints.
There needs to be some kind of interface in the C backend that enables the lisp code to tell it what to render. The two things we should focus on supporting right now is rendering surfaces via wlroots' scene graph API and drawing window borders for focused windows / frames.
The text was updated successfully, but these errors were encountered: