diff --git a/blit_xcb.c b/blit_xcb.c index 9e4f5fb..1f08aae 100644 --- a/blit_xcb.c +++ b/blit_xcb.c @@ -1,5 +1,8 @@ -#include /* for XGetXCBConnection, link with libX11-xcb */ -#include +/* + * Note that this is a terrible way to implement a renderer, and it ends up being unwieldy with regard to colors + * See http://www.rahul.net/kenton/colormap.html#DoubleBuf for a potentially better way + */ + #include #include #include