[broadway] Prefix internal functions with broadway

This commit is contained in:
Alexander Larsson
2011-01-20 13:20:54 +01:00
parent 2c0012b76b
commit cbc324d846
3 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@ static GSList *owner_list;
* low code solution
*/
void
_gdk_selection_window_destroyed (GdkWindow *window)
_gdk_broadway_selection_window_destroyed (GdkWindow *window)
{
GSList *tmp_list = owner_list;
while (tmp_list)