Revision 47b43a1f hw/display/vga.c

b/hw/display/vga.c
22 22
 * THE SOFTWARE.
23 23
 */
24 24
#include "hw/hw.h"
25
#include "hw/vga.h"
25
#include "vga.h"
26 26
#include "ui/console.h"
27 27
#include "hw/i386/pc.h"
28 28
#include "hw/pci/pci.h"
29
#include "hw/vga_int.h"
29
#include "vga_int.h"
30 30
#include "ui/pixel_ops.h"
31 31
#include "qemu/timer.h"
32 32
#include "hw/xen/xen.h"
......
986 986
                                const uint8_t *s, int width);
987 987

  
988 988
#define DEPTH 8
989
#include "hw/vga_template.h"
989
#include "vga_template.h"
990 990

  
991 991
#define DEPTH 15
992
#include "hw/vga_template.h"
992
#include "vga_template.h"
993 993

  
994 994
#define BGR_FORMAT
995 995
#define DEPTH 15
996
#include "hw/vga_template.h"
996
#include "vga_template.h"
997 997

  
998 998
#define DEPTH 16
999
#include "hw/vga_template.h"
999
#include "vga_template.h"
1000 1000

  
1001 1001
#define BGR_FORMAT
1002 1002
#define DEPTH 16
1003
#include "hw/vga_template.h"
1003
#include "vga_template.h"
1004 1004

  
1005 1005
#define DEPTH 32
1006
#include "hw/vga_template.h"
1006
#include "vga_template.h"
1007 1007

  
1008 1008
#define BGR_FORMAT
1009 1009
#define DEPTH 32
1010
#include "hw/vga_template.h"
1010
#include "vga_template.h"
1011 1011

  
1012 1012
static unsigned int rgb_to_pixel8_dup(unsigned int r, unsigned int g, unsigned b)
1013 1013
{

Also available in: Unified diff