comparison src/ChangeLog @ 49324:7e9c58008eff

*** empty log message ***
author Jan Djärv <jan.h.d@swipnet.se>
date Sun, 19 Jan 2003 22:55:00 +0000
parents 2cbb0b823e83
children f5372eee5041
comparison
equal deleted inserted replaced
49323:078b78ea8e76 49324:7e9c58008eff
1 2003-01-19 Jan D. <jan.h.d@swipnet.se> 1 2003-01-19 Jan D. <jan.h.d@swipnet.se>
2
3 * xterm.c (handle_one_xevent): Surround popup_activated
4 with #ifdef:s for non-toolkit version.
2 5
3 * Makefile.in (XOBJ): Add gtkutil.o if USE_GTK 6 * Makefile.in (XOBJ): Add gtkutil.o if USE_GTK
4 (gtkutil.o): New file. 7 (gtkutil.o): New file.
5 (TOOLKIT_DEFINES): Set to -DUSE_GTK if HAVE_GTK. 8 (TOOLKIT_DEFINES): Set to -DUSE_GTK if HAVE_GTK.
6 (LIBW): Set to @GTK_LIBS@ if USE_GTK. 9 (LIBW): Set to @GTK_LIBS@ if USE_GTK.