Skip to content

Commit 0cbf2bb

Browse files
author
rohitb
committed
Make compatible with latest Mainline, OpenGL
1 parent 8b6a733 commit 0cbf2bb

File tree

5 files changed

+125
-525
lines changed

5 files changed

+125
-525
lines changed

src/config.zig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ pub const RepeatableFontVariation = Config.RepeatableFontVariation;
3030
pub const RepeatableString = Config.RepeatableString;
3131
pub const RepeatableStringMap = @import("config/RepeatableStringMap.zig");
3232
pub const RepeatablePath = Config.RepeatablePath;
33-
pub const SinglePath = Config.SinglePath;
33+
pub const Path = Config.Path;
3434
pub const ShellIntegrationFeatures = Config.ShellIntegrationFeatures;
3535
pub const WindowPaddingColor = Config.WindowPaddingColor;
3636
pub const BackgroundImageMode = Config.BackgroundImageMode;
37+
pub const BackgroundImagePosition = Config.BackgroundImagePosition;
3738

3839
// Alternate APIs
3940
pub const CAPI = @import("config/CAPI.zig");

0 commit comments

Comments
 (0)