aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 45f9918c864..0097626c463 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -4,6 +4,8 @@
4 to unsigned char * to avoid compiler diagnostic. 4 to unsigned char * to avoid compiler diagnostic.
5 (xg_free_frame_widgets): Make it clear that a local variable is 5 (xg_free_frame_widgets): Make it clear that a local variable is
6 needed only if USE_GTK_TOOLTIP. 6 needed only if USE_GTK_TOOLTIP.
7 (gdk_window_get_screen): Make it clear that this macro is needed
8 only if USE_GTK_TOOLTIP.
7 (int_gtk_range_get_value): New function, which avoids a diagnostic 9 (int_gtk_range_get_value): New function, which avoids a diagnostic
8 from gcc -Wbad-function-cast. 10 from gcc -Wbad-function-cast.
9 (xg_set_toolkit_scroll_bar_thumb): Use it. 11 (xg_set_toolkit_scroll_bar_thumb): Use it.