summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMitchell Hashimoto <mitchell.hashimoto@gmail.com>2023-02-18 17:22:14 -0800
committerMitchell Hashimoto <mitchell.hashimoto@gmail.com>2023-02-19 10:44:57 -0800
commit7b0ddc8b7076372fb7c742f58fd4c347f184e8c8 (patch)
treed3188f705b994e43d325f7daac873391a9cf2ebd /include
parentc709467beea181648a919a887149ea06df9d8abd (diff)
set title callback needs to use surface userdata
Diffstat (limited to 'include')
-rw-r--r--include/ghostty.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ghostty.h b/include/ghostty.h
index f630ab0d0..57eb2d716 100644
--- a/include/ghostty.h
+++ b/include/ghostty.h
@@ -35,6 +35,7 @@ typedef struct {
} ghostty_runtime_config_s;
typedef struct {
+ void *userdata;
void *nsview;
double scale_factor;
} ghostty_surface_config_s;