comparison src/w32fns.c @ 50377:174f757a8504

(x_set_scroll_bar_default_width): Define return value as void.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 31 Mar 2003 21:16:55 +0000
parents 6d942c1d5f2d
children 28ea05de2dc5
comparison
equal deleted inserted replaced
50376:f35549e97b3c 50377:174f757a8504
2129 UNBLOCK_INPUT; 2129 UNBLOCK_INPUT;
2130 } 2130 }
2131 } 2131 }
2132 2132
2133 2133
2134 x_set_scroll_bar_default_width (f) 2134 void x_set_scroll_bar_default_width (f)
2135 struct frame *f; 2135 struct frame *f;
2136 { 2136 {
2137 int wid = FONT_WIDTH (f->output_data.w32->font); 2137 int wid = FONT_WIDTH (f->output_data.w32->font);
2138 2138
2139 FRAME_SCROLL_BAR_PIXEL_WIDTH (f) = GetSystemMetrics (SM_CXVSCROLL); 2139 FRAME_SCROLL_BAR_PIXEL_WIDTH (f) = GetSystemMetrics (SM_CXVSCROLL);