I hereby claim:
- I am mercotui on github.
- I am mercotui (https://keybase.io/mercotui) on keybase.
- I have a public key whose fingerprint is CC2C A9E0 D40D EE5F 9DF5 6313 68CC C4E4 65DD 7281
To claim this, I am signing this object:
diff --git a/src/i_video.c b/src/i_video.c | |
index 9d9c8ccb..8bea5f6b 100644 | |
--- a/src/i_video.c | |
+++ b/src/i_video.c | |
@@ -409,7 +409,7 @@ static void I_ToggleFullScreen(void) | |
if (!fullscreen) | |
{ | |
AdjustWindowSize(); | |
- SDL_SetWindowSize(screen, window_width, window_height); | |
+ SDL_SetWindowSize(screen, window_height, window_width); |
diff --git a/CMakeLists.txt b/CMakeLists.txt | |
index 7e135490a..79aff66c1 100644 | |
--- a/CMakeLists.txt | |
+++ b/CMakeLists.txt | |
@@ -474,6 +474,7 @@ set_option(SDL_WASAPI "Use the Windows WASAPI audio driver" ${WINDO | |
set_option(SDL_RENDER_D3D "Enable the Direct3D render driver" ${WINDOWS}) | |
set_option(SDL_RENDER_METAL "Enable the Metal render driver" ${APPLE}) | |
set_option(SDL_VIVANTE "Use Vivante EGL video driver" ${UNIX_SYS}) | |
+set_option(SDL_MALI "Use Mali EGL video driver" ${UNIX_SYS}) | |
dep_option(SDL_VULKAN "Enable Vulkan support" ON "ANDROID OR APPLE OR LINUX OR WINDOWS" OFF) |
<!DOCTYPE html> | |
<head> | |
<meta charset="utf-8" /> | |
<title>Card Generator</title> | |
</head> | |
<body style="font-family: sans-serif monospace; font-size: 45px; background-color: pink;"> | |
<script type = "text/javascript"> | |
const charset = ["๐", "๐", "๐", "๐", "๐ซ", "๐", "๐น", "๐ฐ", "๐งธ", "๐ฅฐ", "๐", "โค๏ธ", "๐ท", "๐ญ", "๐น", "๐บ", "๐", "๐ง", "๐", "๐", "โจ"]; | |
const offset = 7; | |
const paddingChar = ' '; |
struct MenuItem<'a> { | |
activation_callback: &'a dyn Fn(), | |
} | |
impl<'a> MenuItem<'a> { | |
pub fn select(&self) { | |
(self.activation_callback)(); | |
} | |
} |
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
; Script to duplicate mouseclicks in other windows | |
; Mercotui 2019, WTFPL license | |
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
#persistent | |
#SingleInstance Force | |
#warn | |
OnStartup() | |
; GLOBAL VARIABLES |
I hereby claim:
To claim this, I am signing this object: