]> icculus.org git repositories - mikachu/openbox.git/blob - otk/rendertexture.cc
use a bitshift on the rgb values instead of a color table
[mikachu/openbox.git] / otk / rendertexture.cc
1 // -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
2
3 #ifdef    HAVE_CONFIG_H
4 #  include "../config.h"
5 #endif // HAVE_CONFIG_H
6
7 #include "rendertexture.hh"
8
9 namespace otk {
10
11 }