From 54672b61c61264676d65f55fdd7ea392fcc88c83 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Mon, 31 Jul 2006 03:48:09 +0000 Subject: [lcd4linux @ 2006-07-31 03:48:09 by reinelt] preparations for scrolling --- drv_generic_graphic.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'drv_generic_graphic.c') diff --git a/drv_generic_graphic.c b/drv_generic_graphic.c index bf11a24..197450c 100644 --- a/drv_generic_graphic.c +++ b/drv_generic_graphic.c @@ -1,4 +1,4 @@ -/* $Id +/* $Id: drv_generic_graphic.c,v 1.29 2006/07/31 03:48:09 reinelt Exp $ * * generic driver helper for graphic displays * @@ -23,6 +23,9 @@ * * * $Log: drv_generic_graphic.c,v $ + * Revision 1.29 2006/07/31 03:48:09 reinelt + * preparations for scrolling + * * Revision 1.28 2006/06/20 08:50:58 reinelt * widget_image linker error hopefully finally fixed * @@ -174,6 +177,7 @@ #include "widget_image.h" #include "rgb.h" #include "drv.h" +#include "drv_generic.h" #include "drv_generic_graphic.h" #include "font_6x8.h" @@ -181,9 +185,6 @@ #include #endif -int DROWS, DCOLS; /* display size (pixels!) */ -int XRES, YRES; /* pixels of one char cell */ - /* pixel colors */ RGBA FG_COL = { R: 0x00, G: 0x00, B: 0x00, A:0xff }; RGBA BG_COL = { R: 0xff, G: 0xff, B: 0xff, A:0xff }; @@ -193,10 +194,6 @@ RGBA NO_COL = { R: 0x00, G: 0x00, B: 0x00, A:0x00 }; static char *Section = NULL; static char *Driver = NULL; -/* layout size (pixels!) */ -static int LROWS = 0; -static int LCOLS = 0; - /* framebuffer */ static RGBA *drv_generic_graphic_FB[LAYERS] = { NULL, }; @@ -647,6 +644,9 @@ int drv_generic_graphic_init(const char *section, const char *driver) } } + /* init generic driver & register plugins */ + drv_generic_init(); + /* set default colors */ color = cfg_get(Section, "foreground", "000000ff"); if (color2RGBA(color, &FG_COL) < 0) { -- cgit v1.2.3 on='/dtv-scan-tables.git/log/dvb-s/Thaicom2_C-78.5E'>
path: root/dvb-s/Thaicom2_C-78.5E (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2012-03-10update scan file for uk-EmleyMoorChristoph Pfister1-8/+5
submitted by gnu_andrew member.fsf.org
2012-03-10remove scan file for nl-Ziggo-ZwolleChristoph Pfister1-26/+0
obsoleted by nl-Ziggo submitted by rigolo gmail.com
2012-03-10replace it-* by it-AllChristoph Pfister28-624/+135
it-All is a subset of auto-Default there are no exceptions in the VHF band anymore --> auto-Italy is obsolete
2012-02-05add scan files for Ireland (ie-*)Jonathan McCrohan12-0/+48
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2012-03-10update scan file for uk-CrystalPalaceChristoph Pfister1-10/+17
submitted by rankincj yahoo.com
2012-03-10update scan file for es-HuescaChristoph Pfister1-7/+14
submitted by vha spheresystems.co.uk
2013-01-09Fix differences from dvb-apps treeMauro Carvalho Chehab2-20/+23
Somehow, a few changesets didn't seem to export correctly. So, fix the differences manually.