mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-24 00:05:19 +00:00
rename more stuff
This commit is contained in:
@@ -15,7 +15,7 @@ screen_size: renderer.ScreenSize,
|
||||
config: *const Config,
|
||||
|
||||
/// The render state. The IO implementation can modify anything here. The
|
||||
/// window thread will setup the initial "terminal" pointer but the IO impl
|
||||
/// surface thread will setup the initial "terminal" pointer but the IO impl
|
||||
/// is free to change that if that is useful (i.e. doing some sort of dual
|
||||
/// terminal implementation.)
|
||||
renderer_state: *renderer.State,
|
||||
@@ -27,5 +27,5 @@ renderer_wakeup: xev.Async,
|
||||
/// The mailbox for renderer messages.
|
||||
renderer_mailbox: *renderer.Thread.Mailbox,
|
||||
|
||||
/// The mailbox for sending the window messages.
|
||||
window_mailbox: apprt.surface.Mailbox,
|
||||
/// The mailbox for sending the surface messages.
|
||||
surface_mailbox: apprt.surface.Mailbox,
|
||||
|
||||
Reference in New Issue
Block a user