-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gtkui: Set parent window for infopopup
This allows to position the popup correctly on Wayland.
- Loading branch information
1 parent
296c1e2
commit 5a0e6bb
Showing
3 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5a0e6bb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This commit causes a new build failure on Fedora.
../src/gtkui/ui_playlist_widget.cc: In member function ‘void PlaylistWidgetData::show_popup()’:
../src/gtkui/ui_playlist_widget.cc:131:32: error: could not convert ‘parent’ from ‘GtkWindow’ {aka ‘_GtkWindow’} to ‘Playlist’
131 | audgui_infopopup_show (parent, list, popup_pos);
| ^~~~~~
| |
| GtkWindow* {aka _GtkWindow*}
5a0e6bb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This commit requires Audacious 4.4 which includes audacious-media-player/audacious@c684358. You probably still have the 4.4-beta1 version installed.