all repos — fluxbox @ deaaaf1c72265af5e90969c7171093faf9d29cbb

custom fork of the fluxbox windowmanager

moved color parsing to Color.cc
fluxgen fluxgen
commit

deaaaf1c72265af5e90969c7171093faf9d29cbb

parent

62086e6f6806cf3d910c32607842c2c8d990d1bd

1 files changed, 1 insertions(+), 2 deletions(-)

jump to
M src/Image.hhsrc/Image.hh

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Image.hh,v 1.11 2002/08/04 15:55:13 fluxgen Exp $ +// $Id: Image.hh,v 1.12 2002/09/14 13:50:38 fluxgen Exp $ #ifndef IMAGE_HH #define IMAGE_HH

@@ -144,7 +144,6 @@ unsigned int **, unsigned int **);

void setDither(bool d) { dither = d; } void setColorsPerChannel(int cpc); void parseTexture(FbTk::Texture *ret_texture, const char *sval); - void parseColor(FbTk::Color *ret_color, const char *sval = 0); virtual void timeout();