libghostty: make device and point headers self-contained

This commit is contained in:
Mitchell Hashimoto
2026-08-13 12:10:44 -07:00
parent 908961f8a9
commit 51992ab01a
2 changed files with 4 additions and 0 deletions

View File

@@ -11,6 +11,8 @@
#include <stddef.h>
#include <stdint.h>
#include <ghostty/vt/types.h>
/* DA1 conformance levels (Pp parameter). */
#define GHOSTTY_DA_CONFORMANCE_VT100 1
#define GHOSTTY_DA_CONFORMANCE_VT101 1

View File

@@ -9,6 +9,8 @@
#include <stdint.h>
#include <ghostty/vt/types.h>
#ifdef __cplusplus
extern "C" {
#endif