Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174414
b: refs/heads/master
c: df11303
h: refs/heads/master
v: v3
  • Loading branch information
Konrad Rzeszutek Wilk authored and Jeremy Fitzhardinge committed Dec 4, 2009
1 parent af452cf commit 24aba3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a9b5ff99c34e3f6ca7ad7fa01deba2df1108465e
refs/heads/master: df11303c90406426847255ba498607f15a472a0a
2 changes: 1 addition & 1 deletion trunk/drivers/video/xen-fbfront.c
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ static int __devinit xenfb_probe(struct xenbus_device *dev,
fb_info->fix.type = FB_TYPE_PACKED_PIXELS;
fb_info->fix.accel = FB_ACCEL_NONE;

fb_info->flags = FBINFO_FLAG_DEFAULT;
fb_info->flags = FBINFO_FLAG_DEFAULT | FBINFO_VIRTFB;

ret = fb_alloc_cmap(&fb_info->cmap, 256, 0);
if (ret < 0) {
Expand Down

0 comments on commit 24aba3d

Please sign in to comment.