It should be shared between provider and viewer
authorSung-jae Park <nicesj.park@samsung.com>
Tue, 21 Oct 2014 10:50:52 +0000 (19:50 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Tue, 21 Oct 2014 10:50:52 +0000 (19:50 +0900)
[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I9202bda980ec40258b9ca42005d4f48f25130f29

src/fb.c

index f89b485..94d89ca 100644 (file)
--- a/src/fb.c
+++ b/src/fb.c
 
 int errno;
 
-struct fb_info {
-       char *id;
-       int w;
-       int h;
-       int bufsz;
-       void *buffer;
-
-       int pixels;
-       int handle;
-};
-
 static struct {
        Display *disp;
        int screen;