Mercurial > hg > xemacs-beta
comparison src/redisplay-gtk.c @ 3087:dbd2a866e38a
[xemacs-hg @ 2005-11-22 11:24:40 by malcolmp]
Fix compilation errors and warnings in GTK code that have appeared over the
last few months.
author | malcolmp |
---|---|
date | Tue, 22 Nov 2005 11:24:45 +0000 |
parents | 3d8143fc88e1 |
children | 2b84dd8eb906 |
comparison
equal
deleted
inserted
replaced
3086:c6ef6267f65c | 3087:dbd2a866e38a |
---|---|
1174 gtk_output_vertical_divider | 1174 gtk_output_vertical_divider |
1175 | 1175 |
1176 Draw a vertical divider down the right side of the given window. | 1176 Draw a vertical divider down the right side of the given window. |
1177 ****************************************************************************/ | 1177 ****************************************************************************/ |
1178 static void | 1178 static void |
1179 gtk_output_vertical_divider (struct window *w, int clear) | 1179 gtk_output_vertical_divider (struct window *w, int UNUSED(clear)) |
1180 { | 1180 { |
1181 struct frame *f = XFRAME (w->frame); | 1181 struct frame *f = XFRAME (w->frame); |
1182 struct device *d = XDEVICE (f->device); | 1182 struct device *d = XDEVICE (f->device); |
1183 GdkWindow *x_win = GET_GTK_WIDGET_WINDOW (FRAME_GTK_TEXT_WIDGET (f)); | 1183 GdkWindow *x_win = GET_GTK_WIDGET_WINDOW (FRAME_GTK_TEXT_WIDGET (f)); |
1184 GdkGC *background_gc; | 1184 GdkGC *background_gc; |