X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fimlib2.h;h=7eceeeea52c904993f049f4ea2867c2e4fcb9d4d;hb=b99ba046d12e8bfff5f6083f80fe4e6f40fe0c2b;hp=53f98b130a0e4e829983fec522e415af325bb400;hpb=a45c8c9da44a98b1715fe59cdbd98b0c108cf263;p=monky diff --git a/src/imlib2.h b/src/imlib2.h index 53f98b1..7eceeee 100644 --- a/src/imlib2.h +++ b/src/imlib2.h @@ -1,8 +1,10 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Please see COPYING for details * - * Copyright (c) 2005-2009 Brenden Matthews, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, et. al. * All rights reserved. * * This program is free software: you can redistribute it and/or modify @@ -26,10 +28,10 @@ void cimlib_add_image(const char *name); void cimlib_set_cache_size(long size); -void cimlib_init(Display *display, Window window, Visual *visual, Colormap colourmap); -void cimlib_event_start(void); -void cimlib_event_end(int x, int y, int width, int height); -void cimlib_event_expose(XEvent *event); +void cimlib_set_cache_flush_interval(long interval); +void cimlib_init(Display *display, Drawable drawable, Visual *visual, Colormap colourmap); +void cimlib_deinit(void); +void cimlib_render(int x, int y, int width, int height); void cimlib_cleanup(void); #endif /* _CONKY_IMBLI2_H_ */