Skip to content

Missing nw_move() and nw_resize() implementations #290

@ry755

Description

@ry755

Hi! I am currently attempting to improve the existing window manager and make it more like what one would expect of a typical window manager. However, I quickly realized that actually moving windows around is harder than it initially seemed. include/library/nwindow.h lists prototypes for nw_move() and nw_resize() but a quick search of the rest of the codebase shows that they aren't implemented. I dug through the related code but I'm having trouble understanding how all of the different layers of the graphics stack are connected.

Do you plan on implementing these missing functions? Or if not, could you provide some guidance so I could implement them myself? Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions