MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / GUIContext

Class GUIContext

Kernel/include/gui.h:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25} surface_t;
26
27typedef struct GUIContext{
28 surface_t* surface;
29 process* owner;
30 uint32_t ownerPID;
31} gui_context_t;
32
33bool operator==(const Vector2i& l, const Vector2i& r);
34

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected