Merge branch 'master' into basic-touch
This commit is contained in:
commit
460f1f4da8
2 changed files with 2 additions and 1 deletions
|
|
@ -49,6 +49,7 @@ anbox::PlatformApiStub::WindowStateUpdate::Window PlatformService::unpack_window
|
|||
auto frame_bottom = data.readInt32();
|
||||
auto task_id = data.readInt32();
|
||||
auto stack_id = data.readInt32();
|
||||
auto rotation_angle = data.readInt32();
|
||||
|
||||
return anbox::PlatformApiStub::WindowStateUpdate::Window{
|
||||
-1, // Display id will be added by the caller
|
||||
|
|
|
|||
|
|
@ -138,7 +138,7 @@ unsigned short BaseSocketMessenger<stream_protocol>::local_port() const {
|
|||
|
||||
template <typename stream_protocol>
|
||||
void BaseSocketMessenger<stream_protocol>::set_no_delay() {
|
||||
const auto fd = socket->native();
|
||||
const auto fd = socket->native_handle();
|
||||
int flag = 1;
|
||||
const auto ret =
|
||||
::setsockopt(fd, IPPROTO_TCP, TCP_NODELAY,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue