fix cell renderer state logic to not be always on
2007-07-28 Jens Granseuer <jensgr@gmx.net> * wp-cellrenderer.c: (cell_renderer_wallpaper_render): * wp-cellrenderer.h: fix cell renderer state logic to not be always on svn path=/trunk/; revision=7909
This commit is contained in:
parent
f437b8f99d
commit
ef3bb7e92b
3 changed files with 62 additions and 12 deletions
|
@ -1,8 +1,27 @@
|
|||
#include <gtk/gtk.h>
|
||||
|
||||
/*
|
||||
* Copyright (C) 2007 The GNOME Foundation
|
||||
* Written by Denis Washington <denisw@svn.gnome.org>
|
||||
* All Rights Reserved
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along
|
||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
#ifndef _WP_CELL_RENDERER_H
|
||||
#define _WP_CELL_RENDERER_H
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
typedef struct _CellRendererWallpaper CellRendererWallpaper;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue