mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 16:56:09 +03:00
apprt/glfw: does not implement inspector
This commit is contained in:
@ -215,6 +215,13 @@ pub const App = struct {
|
|||||||
@panic("This should never be called for GLFW.");
|
@panic("This should never be called for GLFW.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pub fn redrawInspector(self: *App, surface: *Surface) void {
|
||||||
|
_ = self;
|
||||||
|
_ = surface;
|
||||||
|
|
||||||
|
// GLFW doesn't support the inspector
|
||||||
|
}
|
||||||
|
|
||||||
fn glfwErrorCallback(code: glfw.ErrorCode, desc: [:0]const u8) void {
|
fn glfwErrorCallback(code: glfw.ErrorCode, desc: [:0]const u8) void {
|
||||||
std.log.warn("glfw error={} message={s}", .{ code, desc });
|
std.log.warn("glfw error={} message={s}", .{ code, desc });
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user