mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-21 04:08:03 +00:00
service/vi/vi_layer: Convert Layer struct into a class
Like the previous changes made to the Display struct, this prepares the Layer struct for changes to its interface. Given Layer will be given more invariants in the future, we convert it into a class to better signify that.
This commit is contained in:
parent
00b5069249
commit
55f3ddb276
6 changed files with 43 additions and 10 deletions
|
@ -29,7 +29,7 @@ class Module;
|
|||
|
||||
namespace Service::VI {
|
||||
class Display;
|
||||
struct Layer;
|
||||
class Layer;
|
||||
} // namespace Service::VI
|
||||
|
||||
namespace Service::NVFlinger {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue