Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 452574 | Differences between
and this patch

Collapse All | Expand All

(-)4200_fbcondecor-0.9.6.patch (-3 / +7 lines)
Lines 2103-2112 Link Here
2103
 	/* additional information is in vt_kern.h */
2103
 	/* additional information is in vt_kern.h */
2104
 };
2104
 };
2105
 
2105
 
2106
diff --git a/include/linux/fb.h b/include/linux/fb.h
2106
diff --git a/include/uapi/linux/fb.h b/include/uapi/linux/fb.h
2107
index d31cb68..ad161bb 100644
2107
index d31cb68..ad161bb 100644
2108
--- a/include/linux/fb.h
2108
--- a/include/uapi/linux/fb.h
2109
+++ b/include/linux/fb.h
2109
+++ b/include/uapi/linux/fb.h
2110
@@ -11,6 +11,25 @@
2110
@@ -11,6 +11,25 @@
2111
 
2111
 
2112
 #define FB_MAX			32	/* sufficient for now */
2112
 #define FB_MAX			32	/* sufficient for now */
Lines 2187-2192 Link Here
2187
 struct fb_con2fbmap {
2187
 struct fb_con2fbmap {
2188
 	__u32 console;
2188
 	__u32 console;
2189
 	__u32 framebuffer;
2189
 	__u32 framebuffer;
2190
diff --git a/include/linux/fb.h b/include/linux/fb.h
2191
index d31cb68..ad161bb 100644
2192
--- a/include/linux/fb.h
2193
+++ b/include/linux/fb.h
2190
@@ -372,6 +431,34 @@ struct fb_image {
2194
@@ -372,6 +431,34 @@ struct fb_image {
2191
 	struct fb_cmap cmap;	/* color map info */
2195
 	struct fb_cmap cmap;	/* color map info */
2192
 };
2196
 };

Return to bug 452574