Add 'id' field to Ecore_Drm_Device

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-11-29 13:15:30 +00:00
parent 2ec85c631e
commit 56bcf2f107
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ extern struct udev *udev;
struct _Ecore_Drm_Device
{
int fd;
int id, fd;
const char *devname;
const char *devpath;
};