Browse Source

Add comment with caveats

master
Wesley Kerfoot 5 years ago
parent
commit
ac7cc34a23
  1. 7
      blit_xcb.c

7
blit_xcb.c

@ -1,5 +1,8 @@
#include <X11/Xlib-xcb.h> /* for XGetXCBConnection, link with libX11-xcb */
#include <X11/Xlib.h>
/*
* 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 <assert.h>
#include <stdio.h>
#include <stdlib.h>

Loading…
Cancel
Save