if there is no HW layer for showing video under a primary layer,
video will be compositied with other UI windows and shown on UI layer.
Change-Id: I53857f6ae24fb0eb2700238503576cdf9c3f8e64
#include "e_devicemgr_tdm.h"
#include "e_devicemgr_dpms.h"
-//#define CHECKING_PRIMARY_ZPOS
+#define CHECKING_PRIMARY_ZPOS
E_DevMgr_Display *e_devmgr_dpy;
static Eina_List *e_devmgr_dpy_layers;
int ominw = -1, ominh = -1, omaxw = -1, omaxh = -1;
int i, count = 0;
tdm_display_capability disp_capabilities;
- tdm_layer_capability lyr_capabilities;
+ tdm_layer_capability lyr_capabilities = 0;
const tdm_prop *props;
tdm_layer *layer;