apprt/embedded: compile for Linux

This commit is contained in:
Mitchell Hashimoto
2024-01-18 08:44:56 -08:00
parent cb463edb84
commit df09c21103
4 changed files with 112 additions and 31 deletions

View File

@@ -30,6 +30,10 @@ typedef void *ghostty_surface_t;
typedef void *ghostty_inspector_t;
// Enums are up top so we can reference them later.
typedef enum {
GHOSTTY_PLATFORM_MACOS,
} ghostty_platform_e;
typedef enum {
GHOSTTY_CLIPBOARD_STANDARD,
GHOSTTY_CLIPBOARD_SELECTION,