Add invalid-tags cover icon.
[gmpc.git] / src / gtktransition.h
blob8fe7d5d4da4baa0e2ac0e05612400dcacaffd246
1 /* -*- Mode: C; tab-width: 2; indent-tabs-mode: t; c-basic-offset: 2 -*-
3 * GSEAL transition definitions.
5 * Copyright (C) 2011 Mark Lee <marklee@src.gnome.org>
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2 of the License, or (at your option) any later version.
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this library; if not, write to the
19 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20 * Boston, MA 02111-1307, USA.
24 #ifndef __GSEAL_TRANSITION_H__
25 #define __GSEAL_TRANSITION_H__
27 #ifndef GSEAL
28 #define gtk_selection_data_get_data(x) (x)->data
29 #define gtk_selection_data_get_length(x) (x)->length
30 #define gtk_socket_get_plug_window(x) (x)->plug_window
31 #define gtk_widget_get_window(x) (x)->window
32 #endif
34 #endif
36 #ifdef WIN32
37 #define localtime_r( _clock, _result ) \
38 ( *(_result) = *localtime( (_clock) ), \
39 (_result) )
40 #endif
41 /* vim: set ts=2 sts=2 sw=2 ai cindent : */