]> git.eshelyaron.com Git - emacs.git/commitdiff
Add commentary in gtkutil.c
authorEli Zaretskii <eliz@gnu.org>
Sat, 11 Jul 2020 09:47:26 +0000 (12:47 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 11 Jul 2020 09:47:26 +0000 (12:47 +0300)
* src/gtkutil.c: Add a comment regarding the incompatibilities
vis-a-vis GTK.  Suggested by Richard Stallman <rms@gnu.org>.

src/gtkutil.c

index 466cb42c7ee89d7da18e31f63f2928a1b6dde238..df537c515a26234c29c6b74cb75d1dd2648b4721 100644 (file)
@@ -17,6 +17,13 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.  */
 
+/* FIXME: This code is problematic; it misuses GTK, so the GTK
+   developers don't think they should fix the resulting problems in GTK
+   itself.  The right way to fix this is by rewriting the code in Emacs
+   to use GTK3 properly.  As of 2020, there is a project to do this.
+   Talk with Yuuki Harano <masm+emacs@masm11.me> if you are interested
+   in doing substantial work on this.  */
+
 #include <config.h>
 
 #ifdef USE_GTK