diff options
author | pommicket <pommicket@gmail.com> | 2022-12-27 13:04:50 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-27 13:04:50 -0500 |
commit | 27b8b36aea3bb5913a600bc7e5b41f68557c2587 (patch) | |
tree | 1c03dfff45503c9ad2f745a66365a84cb7d2935d /lsp.h | |
parent | 53451f331667180e4b30c1ac0bf33bb48beb37f0 (diff) |
fixed previous issues, + "save as" should now work
Diffstat (limited to 'lsp.h')
-rw-r--r-- | lsp.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,5 @@ typedef u32 LSPDocumentID; +typedef u32 LSPID; typedef enum { LSP_REQUEST, @@ -270,6 +271,7 @@ typedef struct { } LSPCapabilities; typedef struct LSP { + LSPID id; Process process; u32 request_id; // for our purposes, folders are "documents" |