13 Feb
2025
13 Feb
'25
12:57 p.m.
Rémi Bernon (@rbernon) commented about dlls/winewayland.drv/wayland_text_input.c:
+ * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#if 0 +#pragma makedep unix +#endif + +#include "config.h" + +#include "waylanddrv.h" + +static void text_input_enter(void *data, struct zwp_text_input_v3 *zwp_text_input_v3, Would you mind adding traces to all these calls? It would make debugging easier.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/7241#note_94449