Skip to content

Commit 7fc304b

Browse files
committed
platform: Export new has_*_extension entrypoints
Dunno why this links locally fine, but we do indeed need to resolve those!
1 parent 94a4f85 commit 7fc304b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/platform/symbols.map

+2
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ MIR_PLATFORM_2.16 {
5151
mir::graphics::EventHandlerRegister::register_signal_handler*;
5252
mir::graphics::EventHandlerRegister::unregister_fd_handler*;
5353
mir::graphics::GammaCurves::GammaCurves*;
54+
mir::graphics::has_egl_extension*;
55+
mir::graphics::has_egl_client_extension*;
5456
mir::graphics::LinearGammaLUTs::LinearGammaLUTs*;
5557
mir::graphics::LinuxDmaBufUnstable::?LinuxDmaBufUnstable*;
5658
mir::graphics::LinuxDmaBufUnstable::LinuxDmaBufUnstable*;

0 commit comments

Comments
 (0)