Skip to content

Commit

Permalink
Update mirserver symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
tarek-y-ismail committed Sep 24, 2024
1 parent 9279a61 commit 251dfd3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/server/symbols.map
Original file line number Diff line number Diff line change
Expand Up @@ -694,6 +694,10 @@ global:
mir::shell::WindowManager::?WindowManager*;
mir::shell::WindowManager::WindowManager*;
mir::shell::WindowManager::operator*;
mir::shell::decoration::Decoration::?Decoration*;
mir::shell::decoration::Decoration::Decoration*;
mir::shell::decoration::DecorationNotifier::?DecorationNotifier*;
mir::shell::decoration::DecorationNotifier::DecorationNotifier*;
mir::shell::decoration::Manager::?Manager*;
mir::shell::decoration::Manager::Manager*;
mir::shell::decoration::compute_size_with_decorations*;
Expand Down Expand Up @@ -1080,6 +1084,7 @@ global:
non-virtual?thunk?to?mir::shell::SystemCompositorWindowManager::on_session_ready*;
non-virtual?thunk?to?mir::shell::SystemCompositorWindowManager::on_session_removed*;
non-virtual?thunk?to?mir::shell::WindowManager::?WindowManager*;
non-virtual?thunk?to?mir::shell::decoration::Decoration::?Decoration*;
non-virtual?thunk?to?mir::shell::decoration::Manager::?Manager*;
non-virtual?thunk?to?mir::time::Alarm::?Alarm*;
non-virtual?thunk?to?mir::time::AlarmFactory::?AlarmFactory*;
Expand Down Expand Up @@ -1219,6 +1224,8 @@ global:
typeinfo?for?mir::shell::SurfaceStackWrapper;
typeinfo?for?mir::shell::SystemCompositorWindowManager;
typeinfo?for?mir::shell::WindowManager;
typeinfo?for?mir::shell::decoration::Decoration;
typeinfo?for?mir::shell::decoration::DecorationNotifier;
typeinfo?for?mir::shell::decoration::Manager;
typeinfo?for?mir::time::Alarm;
typeinfo?for?mir::time::AlarmFactory;
Expand Down Expand Up @@ -1405,6 +1412,7 @@ global:
vtable?for?mir::shell::SurfaceStackWrapper;
vtable?for?mir::shell::SystemCompositorWindowManager;
vtable?for?mir::shell::WindowManager;
vtable?for?mir::shell::decoration::Decoration;
vtable?for?mir::shell::decoration::Manager;
vtable?for?mir::time::Alarm;
vtable?for?mir::time::AlarmFactory;
Expand Down

0 comments on commit 251dfd3

Please sign in to comment.