File diff r8263:00e828e1ab1f → r8264:d493cb51fe8a
src/widget.cpp
Show inline comments
 
@@ -3,18 +3,18 @@
 
/** @file widget.cpp */
 

	
 
#include "stdafx.h"
 
#include "openttd.h"
 
#include "core/math_func.hpp"
 
#include "player_func.h"
 
#include "table/sprites.h"
 
#include "table/strings.h"
 
#include "gfx_func.h"
 
#include "window_gui.h"
 
#include "window_func.h"
 

	
 
#include "table/sprites.h"
 
#include "table/strings.h"
 

	
 
static Point HandleScrollbarHittest(const Scrollbar *sb, int top, int bottom)
 
{
 
	Point pt;
 
	int height, count, pos, cap;