| 25 | } surface_t; |
| 26 | |
| 27 | typedef struct GUIContext{ |
| 28 | surface_t* surface; |
| 29 | process* owner; |
| 30 | uint32_t ownerPID; |
| 31 | } gui_context_t; |
| 32 | |
| 33 | bool operator==(const Vector2i& l, const Vector2i& r); |
| 34 |
nothing calls this directly
no outgoing calls
no test coverage detected