From: Sung-jae Park Date: Tue, 21 Oct 2014 10:50:52 +0000 (+0900) Subject: It should be shared between provider and viewer X-Git-Tag: submit/tizen_mobile/20150527.071719~1^2~30^2~15^2~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1ca8e057fbe9664361d33015331738bb39167c11;p=platform%2Fcore%2Fappfw%2Fwidget-viewer.git It should be shared between provider and viewer [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 --- diff --git a/src/fb.c b/src/fb.c index f89b485..94d89ca 100644 --- a/src/fb.c +++ b/src/fb.c @@ -41,17 +41,6 @@ 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;