aboutsummaryrefslogtreecommitdiffstats
path: root/psplash-fb.h
diff options
context:
space:
mode:
Diffstat (limited to 'psplash-fb.h')
-rw-r--r--psplash-fb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/psplash-fb.h b/psplash-fb.h
index a4a0f4c..d0dce10 100644
--- a/psplash-fb.h
+++ b/psplash-fb.h
@@ -38,7 +38,7 @@ typedef struct PSplashFB
char *data;
char *base;
- int angle;
+ int angle, fbdev_id;
int real_width, real_height;
enum RGBMode rgbmode;
@@ -55,7 +55,7 @@ void
psplash_fb_destroy (PSplashFB *fb);
PSplashFB*
-psplash_fb_new (int angle);
+psplash_fb_new (int angle, int fbdev_id);
void
psplash_fb_draw_rect (PSplashFB *fb,