Skip to content

Commit

Permalink
bugfix: adding new symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkae committed Jul 18, 2024
1 parent db1bbe7 commit e0a1cd4
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions src/server/symbols.map
Original file line number Diff line number Diff line change
Expand Up @@ -1344,12 +1344,12 @@ local: *;
MIR_SERVER_INTERNAL_2.18 {
global:
extern "C++" {
mir::DefaultServerConfiguration::the_led_observer_registrar*;
mir::DecorationStrategy::?DecorationStrategy*;
mir::DecorationStrategy::DecorationStrategy*;
mir::DecorationStrategy::operator*;
mir::DefaultServerConfiguration::set_the_decoration_strategy*;
mir::DefaultServerConfiguration::the_decoration_strategy*;
mir::DefaultServerConfiguration::the_led_observer_registrar*;
mir::Server::set_the_decoration_strategy*;
mir::Server::the_decoration_strategy*;
mir::Server::the_idle_handler*;
Expand All @@ -1367,8 +1367,14 @@ global:
mir::input::receiver::XKBMapperRegistrar::set_keymap_for_device*;
mir::input::receiver::XKBMapperRegistrar::unregister_interest*;
mir::input::receiver::XKBMapperRegistrar::xkb_modifiers*;
mir::scene::TextInputChange::?TextInputChange*;
mir::scene::TextInputChange::operator*;
mir::scene::TextInputChange::set_modifier_map*;
mir::shell::IdleHandlerObserver::?IdleHandlerObserver*;
mir::shell::IdleHandlerObserver::IdleHandlerObserver*;
non-virtual?thunk?to?mir::DecorationStrategy::?DecorationStrategy*;
non-virtual?thunk?to?mir::DefaultServerConfiguration::set_the_decoration_strategy*;
non-virtual?thunk?to?mir::DefaultServerConfiguration::the_decoration_strategy*;
non-virtual?thunk?to?mir::DefaultServerConfiguration::the_led_observer_registrar*;
non-virtual?thunk?to?mir::input::receiver::XKBMapperRegistrar::clear_all_keymaps*;
non-virtual?thunk?to?mir::input::receiver::XKBMapperRegistrar::clear_keymap_for_device*;
Expand All @@ -1382,19 +1388,16 @@ global:
non-virtual?thunk?to?mir::input::receiver::XKBMapperRegistrar::unregister_interest*;
non-virtual?thunk?to?mir::input::receiver::XKBMapperRegistrar::xkb_modifiers*;
non-virtual?thunk?to?mir::shell::IdleHandlerObserver::?IdleHandlerObserver*;
typeinfo?for?mir::input::receiver::XKBMapperRegistrar;
typeinfo?for?mir::shell::IdleHandlerObserver;
vtable?for?mir::input::receiver::XKBMapperRegistrar;
vtable?for?mir::shell::IdleHandlerObserver;
non-virtual?thunk?to?mir::DecorationStrategy::?DecorationStrategy*;
non-virtual?thunk?to?mir::DefaultServerConfiguration::set_the_decoration_strategy*;
non-virtual?thunk?to?mir::DefaultServerConfiguration::the_decoration_strategy*;
non-virtual?thunk?to?mir::shell::IdleHandlerObserver::?IdleHandlerObserver*;
typeinfo?for?mir::DecorationStrategy;
typeinfo?for?mir::input::receiver::XKBMapperRegistrar;
typeinfo?for?mir::shell::IdleHandlerObserver;
typeinfo?for?mir::shell::IdleHandlerObserver;
virtual?thunk?to?mir::DefaultServerConfiguration::set_the_decoration_strategy*;
virtual?thunk?to?mir::DefaultServerConfiguration::the_decoration_strategy*;
vtable?for?mir::DecorationStrategy;
vtable?for?mir::input::receiver::XKBMapperRegistrar;
vtable?for?mir::shell::IdleHandlerObserver;
vtable?for?mir::shell::IdleHandlerObserver;
};
} MIR_SERVER_INTERNAL_2.17;
Expand Down

0 comments on commit e0a1cd4

Please sign in to comment.