https://bugzilla.xfce.org/show_bug.cgi?id=15873

--- Comment #20 from Reuben Green <[email protected]> ---
Thanks Alex!

So to drop gtk2 support, is it mostly a case of removing #ifdef etc blocks that
provide gtk2 code? Eg replacing blocks of the form

#if GTK_CHECK_VERSION (3, 0, 0)
  XXX
#else
  YYY
#endif

with just XXX. If so I could have a go at that. Of course there would also need
to be changes in configure.in.ac and related files, but I'd probably need help
with that since anything autotools-related is incomprehensible witchcraft as
far as I'm concerned :).

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Xfce-bugs mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce-bugs

Reply via email to