vi::CreateStrayLayer : add padding to request

This commit is contained in:
mailwl 2018-02-02 12:03:02 +03:00
parent eaa9f968a6
commit 58601abd1c

View File

@ -681,6 +681,7 @@ void IApplicationDisplayService::CreateStrayLayer(Kernel::HLERequestContext& ctx
IPC::RequestParser rp{ctx};
u32 flags = rp.Pop<u32>();
rp.Pop<u32>(); // padding
u64 display_id = rp.Pop<u64>();
auto& buffer = ctx.BufferDescriptorB()[0];