You should execute the ioctl in fbdev_set_screen_info. I don't see the codepath which results in cmap.transp being not set in the test for it.
You don't initialize cmap.red so the test for it gives an undefined result. Don't define macros in the middle of code with a literal that's only used once. On Fri, Jun 7, 2013 at 12:18 PM, Marc Chalain <[email protected]>wrote: > this patch allow to use direct color and set the colors map with default > value. > > > _______________________________________________ > wayland-devel mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/wayland-devel > >
_______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
