X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fpbd%2Fcrossthread.cc;h=8e24f3e0923a6e233fe4ae2be628d36d778521a3;hb=444b9e89033aa4171254a3622c583e1d791c7e9f;hp=1e5b9e29e4e90d521a0d6a7355ec9ecd1a5f2bec;hpb=5c51b302cec5942a37f468903c4183b0a6c50695;p=ardour.git diff --git a/libs/pbd/crossthread.cc b/libs/pbd/crossthread.cc index 1e5b9e29e4..8e24f3e092 100644 --- a/libs/pbd/crossthread.cc +++ b/libs/pbd/crossthread.cc @@ -1,19 +1,19 @@ /* - Copyright (C) 2009 Paul Davis + Copyright (C) 2009 Paul Davis - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ @@ -42,7 +42,7 @@ using namespace Glib; #include "crossthread.win.cc" #endif -gboolean +gboolean cross_thread_channel_call_receive_slot (GIOChannel*, GIOCondition condition, void *data) { CrossThreadChannel* ctc = static_cast(data);