mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
framebuffer_ng: use new-style fb device
devfs is gone since kernel 2.6.18, so everybody should have at least a compat symlink today.
This commit is contained in:
@@ -174,7 +174,7 @@ class CFrameBuffer
|
|||||||
void setupGXA(void);
|
void setupGXA(void);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void init(const char * const fbDevice = "/dev/fb/0");
|
void init(const char * const fbDevice = "/dev/fb0");
|
||||||
int setMode(unsigned int xRes, unsigned int yRes, unsigned int bpp);
|
int setMode(unsigned int xRes, unsigned int yRes, unsigned int bpp);
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user