override redirect, obey ximage rgb masks, restore completion event
[retrobench] / src / rbench.h
index 8efb0d1..c48d6f1 100644 (file)
@@ -7,6 +7,8 @@ struct options {
 
 extern struct options opt;
 extern int fb_width, fb_height, fb_bpp, fb_pitch;
+extern int fb_rshift, fb_gshift, fb_bshift;
+extern unsigned int fb_rmask, fb_gmask, fb_bmask;
 extern void *framebuf;
 extern unsigned int time_msec;