Logo
Explore Help
Sign In
WallyHackenslacker/Aerofoil
1
0
Fork 0
You've already forked Aerofoil
mirror of https://github.com/elasota/Aerofoil.git synced 2026-03-01 13:25:23 +00:00
Code Issues Projects Releases Wiki Activity
Files
master
Aerofoil/PortabilityLayer/HostSuspendCallArgument.h

20 lines
298 B
C
Raw Permalink Normal View History

Normalize line endings This commit contains only the result of `git add --renormalize .` `git show --ignore-space-change` can verify that this commit only changes whitespace.
2024-07-31 19:35:12 +12:00
#pragma once
#include <stdint.h>
#include <stddef.h>
#include "HostSuspendCallID.h"
namespace PortabilityLayer
{
union HostSuspendCallArgument
{
uint32_t m_uint;
int32_t m_int;
size_t m_size;
void *m_pointer;
Override alt-enter behavior, use borderless fullscreen instead of exclusive fullscreen. This should fix the game breaking when bringing up the open file dialog in fullscreen. (Note that this doesn't handle resolution changes yet)
2020-04-18 00:18:20 -04:00
const void *m_constPointer;
Normalize line endings This commit contains only the result of `git add --renormalize .` `git show --ignore-space-change` can verify that this commit only changes whitespace.
2024-07-31 19:35:12 +12:00
void (*m_functionPtr)(void *context);
};
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 1183ms Template: 53ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API