Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 274065 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/libply/ply-frame-buffer.c (-2 / +1 lines)
Lines 46-52 Link Here
46
#include <linux/fb.h>
46
#include <linux/fb.h>
47
47
48
#ifndef PLY_FRAME_BUFFER_DEFAULT_FB_DEVICE_NAME
48
#ifndef PLY_FRAME_BUFFER_DEFAULT_FB_DEVICE_NAME
49
#define PLY_FRAME_BUFFER_DEFAULT_FB_DEVICE_NAME "/dev/fb"
49
#define PLY_FRAME_BUFFER_DEFAULT_FB_DEVICE_NAME "/dev/fb0"
50
#endif
50
#endif
51
51
52
struct _ply_frame_buffer
52
struct _ply_frame_buffer
53
- 

Return to bug 274065