mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
fixed include
This commit is contained in:
parent
809fbda03c
commit
9090b5554a
@ -4,6 +4,15 @@
|
|||||||
#include "view.h"
|
#include "view.h"
|
||||||
#include "viewdetail.h"
|
#include "viewdetail.h"
|
||||||
|
|
||||||
|
#if defined(APIVERSNUM) && APIVERSNUM < 20301
|
||||||
|
#ifndef MENU_ORIENTATION_DEFINED
|
||||||
|
enum eMenuOrientation {
|
||||||
|
moVertical = 0,
|
||||||
|
moHorizontal
|
||||||
|
};
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
/***********************************************************
|
/***********************************************************
|
||||||
* cViewMenu
|
* cViewMenu
|
||||||
***********************************************************/
|
***********************************************************/
|
||||||
|
@ -1,15 +1,6 @@
|
|||||||
#ifndef __DISPLAYMENU_H
|
#ifndef __DISPLAYMENU_H
|
||||||
#define __DISPLAYMENU_H
|
#define __DISPLAYMENU_H
|
||||||
|
|
||||||
#if defined(APIVERSNUM) && APIVERSNUM < 20301
|
|
||||||
#ifndef MENU_ORIENTATION_DEFINED
|
|
||||||
enum eMenuOrientation {
|
|
||||||
moVertical = 0,
|
|
||||||
moHorizontal
|
|
||||||
};
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "libskindesignerapi/skindesignerapi.h"
|
#include "libskindesignerapi/skindesignerapi.h"
|
||||||
#include <vdr/skins.h>
|
#include <vdr/skins.h>
|
||||||
#include "coreengine/viewdisplaymenu.h"
|
#include "coreengine/viewdisplaymenu.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user