Skip to content

Commit

Permalink
Consolidate mirplatform symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGriffiths committed Nov 28, 2024
1 parent 7773e66 commit 37e2192
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions src/platform/symbols.map
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MIR_PLATFORM_2.18 {
MIR_PLATFORM_2.19 {
global:
extern "C++" {
mir::graphics::AtomicFrame::increment*;
Expand Down Expand Up @@ -125,6 +125,7 @@ MIR_PLATFORM_2.18 {
mir::options::enable_key_repeat_opt*;
mir::options::fatal_except_opt*;
mir::options::idle_timeout_opt;
mir::options::idle_timeout_when_locked_opt;
mir::options::input_report_opt*;
mir::options::log_opt_value*;
mir::options::logind_console;
Expand Down Expand Up @@ -200,12 +201,5 @@ MIR_PLATFORM_2.18 {
vtable?for?mir::options::Option;
vtable?for?mir::options::ProgramOption;
};
};

MIR_PLATFORM_2.19 {
global:
extern "C++" {
mir::options::idle_timeout_when_locked_opt;
};
local: *;
} MIR_PLATFORM_2.18;
};

0 comments on commit 37e2192

Please sign in to comment.