Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 340538 Details for
Bug 458978
dev-libs/libnsfb - add USE="sdl vnc xcb"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix building netsurf-2.9 against libnsfb-9999
netsurf-libnsfb-cursor.patch (text/plain), 836 bytes, created by
Another Mortal
on 2013-02-28 18:52:22 UTC
(
hide
)
Description:
fix building netsurf-2.9 against libnsfb-9999
Filename:
MIME Type:
Creator:
Another Mortal
Created:
2013-02-28 18:52:22 UTC
Size:
836 bytes
patch
obsolete
>--- netsurf-2.9/framebuffer/fbtk/fbtk.c.orig 2013-02-17 21:02:06.402890662 +0100 >+++ netsurf-2.9/framebuffer/fbtk/fbtk.c 2013-02-17 21:05:03.972670733 +0100 >@@ -342,7 +342,9 @@ > (nsfb_colour_t *)bm->pixdata, > bm->width, > bm->height, >- bm->width); >+ bm->width, >+ bm->hot_x, >+ bm->hot_y); > > return 0; > } >--- netsurf-2.9/framebuffer/framebuffer.c.orig 2013-02-17 21:02:43.589425766 +0100 >+++ netsurf-2.9/framebuffer/framebuffer.c 2013-02-17 21:03:12.437065068 +0100 >@@ -425,7 +425,7 @@ > bool > framebuffer_set_cursor(struct fbtk_bitmap *bm) > { >- return nsfb_cursor_set(nsfb, (nsfb_colour_t *)bm->pixdata, bm->width, bm->height, bm->width); >+ return nsfb_cursor_set(nsfb, (nsfb_colour_t *)bm->pixdata, bm->width, bm->height, bm->width, bm->hot_x, bm->hot_y); > } > > nsfb_t *framebuffer_set_surface(nsfb_t *new_nsfb)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 458978
:
339934
|
339936
| 340538 |
340540