Skip to content

Commit

Permalink
Merge branch 'lenemter/wingpanel-interface-focus-manager' of https://…
Browse files Browse the repository at this point in the history
…github.com/elementary/greeter into lenemter/wingpanel-interface-focus-manager
  • Loading branch information
lenemter committed Feb 14, 2024
2 parents 50d12c7 + 70df42a commit d503cd3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion compositor/WingpanelManager/DBusWingpanelManager.vala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/

[DBus (name = "org.pantheon.gala.WingpanelInterface")]
public class GreeterCompositor.DBusWingpanelManager : Object {
public class GreeterCompositor.DBusWingpanelManager : GLib.Object {
private static DBusWingpanelManager? instance;
private static WindowManager wm;

Expand Down
16 changes: 8 additions & 8 deletions compositor/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@ mutter_typelib_dir = libmutter_dep.get_variable('typelibdir')

# Here is the real Compositor work
compositor_files = files(
'Background/Animation.vala',
'Background/Background.vala',
'Background/BackgroundCache.vala',
'Background/BackgroundContainer.vala',
'Background/BackgroundManager.vala',
'Background/BackgroundSource.vala',
'Background/BlurEffect.vala',
'Background/SystemBackground.vala',
'Background/Animation.vala',
'Background/Background.vala',
'Background/BackgroundCache.vala',
'Background/BackgroundContainer.vala',
'Background/BackgroundManager.vala',
'Background/BackgroundSource.vala',
'Background/BlurEffect.vala',
'Background/SystemBackground.vala',
'WingpanelManager/WingpanelManager.vala',
'WingpanelManager/DBusWingpanelManager.vala',
'WingpanelManager/FocusManager.vala',
Expand Down

0 comments on commit d503cd3

Please sign in to comment.