diff options
| author | Ville Skyttä <ville.skytta@iki.fi> | 2011-11-05 23:26:57 +0200 |
|---|---|---|
| committer | Ville Skyttä <ville.skytta@iki.fi> | 2011-11-05 23:26:57 +0200 |
| commit | 03b8cab390b814213b5c00a7e2b724733661ec1e (patch) | |
| tree | 6934fd9244d99b9559285d17728ef8910e71a101 | |
| parent | edba905a3981042c8f1b3f51ac66a32a451dc482 (diff) | |
| download | vdr-plugin-osdteletext-03b8cab390b814213b5c00a7e2b724733661ec1e.tar.gz vdr-plugin-osdteletext-03b8cab390b814213b5c00a7e2b724733661ec1e.tar.bz2 | |
Add Emacs mode setting.
| -rw-r--r-- | display.c | 2 | ||||
| -rw-r--r-- | display.h | 2 | ||||
| -rw-r--r-- | displaybase.c | 2 | ||||
| -rw-r--r-- | displaybase.h | 2 | ||||
| -rw-r--r-- | menu.c | 2 | ||||
| -rw-r--r-- | menu.h | 2 | ||||
| -rw-r--r-- | osdteletext.c | 2 | ||||
| -rw-r--r-- | setup.h | 2 | ||||
| -rw-r--r-- | tables.h | 2 | ||||
| -rw-r--r-- | txtfont.c | 2 | ||||
| -rw-r--r-- | txtfont.h | 2 | ||||
| -rw-r--r-- | txtrecv.c | 2 | ||||
| -rw-r--r-- | txtrecv.h | 2 | ||||
| -rw-r--r-- | txtrender.c | 2 | ||||
| -rw-r--r-- | txtrender.h | 2 |
15 files changed, 17 insertions, 13 deletions
@@ -1,4 +1,4 @@ -/*************************************************************************** +/*************************************************************** -*- c++ -*- * * * display.c - Actual implementation of OSD display variants and * * Display:: namespace that encapsulates a single cDisplay. * @@ -1,4 +1,4 @@ -/*************************************************************************** +/*************************************************************** -*- c++ -*- * * * display.h - Actual implementation of OSD display variants and * * Display:: namespace that encapsulates a single cDisplay. * diff --git a/displaybase.c b/displaybase.c index 537835d..2c3e1a2 100644 --- a/displaybase.c +++ b/displaybase.c @@ -1,4 +1,4 @@ -/*************************************************************************** +/*************************************************************** -*- c++ -*- * * * displaybase.c - Base class for rendering a teletext cRenderPage to * * an actual VDR OSD. * diff --git a/displaybase.h b/displaybase.h index 39647b8..c85f3a3 100644 --- a/displaybase.h +++ b/displaybase.h @@ -1,4 +1,4 @@ -/*************************************************************************** +/*************************************************************** -*- c++ -*- * * * displaybase.h - Base class for rendering a teletext cRenderPage to * * an actual VDR OSD. * @@ -1,4 +1,4 @@ -/*************************************************************************** +/*************************************************************** -*- c++ -*- * Copyright (c) 2003,2004 by Marcel Wiesweg * * * * This program is free software; you can redistribute it and/or modify * @@ -1,4 +1,4 @@ -/*************************************************************************** +/*************************************************************** -*- c++ -*- * Copyright (c) 2003,2004 by Marcel Wiesweg * * * * This program is free software; you can redistribute it and/or modify * diff --git a/osdteletext.c b/osdteletext.c index df83018..65620c5 100644 --- a/osdteletext.c +++ b/osdteletext.c @@ -1,4 +1,4 @@ -/*************************************************************************** +/*************************************************************** -*- c++ -*- * Copyright (c) 2003,2004 by Marcel Wiesweg * * (autogenerated code (c) Klaus Schmidinger) * * @@ -1,4 +1,4 @@ -/*************************************************************************** +/*************************************************************** -*- c++ -*- * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -1,4 +1,4 @@ -/* This file is copied from Ralph Metzler's vbidecode package. */ +/* This file is copied from Ralph Metzler's vbidecode package. -*- c++ -*- */ /* tables.h - some data conversion tables for vbidecode @@ -1,3 +1,5 @@ +// -*- c++ -*- + #include "txtfont.h" unsigned int TXT_Mask[11]= { @@ -1,3 +1,5 @@ +// -*- c++ -*- + #ifndef __TXTFONT_H #define __TXTFONT_H @@ -1,4 +1,4 @@ -/*************************************************************************** +/*************************************************************** -*- c++ -*- * Copyright (c) 2003,2004 by Marcel Wiesweg * * * * This program is free software; you can redistribute it and/or modify * @@ -1,4 +1,4 @@ -/*************************************************************************** +/*************************************************************** -*- c++ -*- * Copyright (c) 2003,2004 by Marcel Wiesweg * * * * This program is free software; you can redistribute it and/or modify * diff --git a/txtrender.c b/txtrender.c index ea41077..f6083d4 100644 --- a/txtrender.c +++ b/txtrender.c @@ -1,4 +1,4 @@ -/*************************************************************************** +/*************************************************************** -*- c++ -*- * * * txtrender.c - Teletext display abstraction and teletext code * * renderer * diff --git a/txtrender.h b/txtrender.h index e7da20d..18018d3 100644 --- a/txtrender.h +++ b/txtrender.h @@ -1,4 +1,4 @@ -/*************************************************************************** +/*************************************************************** -*- c++ -*- * * * txtrender.h - Teletext display abstraction and teletext code * * renderer * |
