preserve multi-line formatting
parent
0bb388a17d
commit
d13afecbb2
|
|
@ -3077,7 +3077,11 @@ pub const Surface = extern struct {
|
|||
errdefer app.core().deleteSurface(self.rt());
|
||||
|
||||
// Initialize our surface configuration.
|
||||
var config = try apprt.surface.newConfig(app.core(), priv.config.?.get(), priv.context);
|
||||
var config = try apprt.surface.newConfig(
|
||||
app.core(),
|
||||
priv.config.?.get(),
|
||||
priv.context,
|
||||
);
|
||||
defer config.deinit();
|
||||
|
||||
// Properties that can impact surface init
|
||||
|
|
|
|||
Loading…
Reference in New Issue