1 --- cairo-dock-plugins-3.4.1/Sound-Effects/src/applet-config.c.glibc 2016-12-11 16:10:41.656840262 +0900
2 +++ cairo-dock-plugins-3.4.1/Sound-Effects/src/applet-config.c 2016-12-11 16:23:31.875117800 +0900
4 * along with this program. If not, see <http://www.gnu.org/licenses/>.
7 +#include "applet-time_h-struct.h"
10 #include "applet-struct.h"
11 --- cairo-dock-plugins-3.4.1/Sound-Effects/src/applet-init.c.glibc 2016-12-11 16:10:41.657840257 +0900
12 +++ cairo-dock-plugins-3.4.1/Sound-Effects/src/applet-init.c 2016-12-11 16:22:24.465443591 +0900
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 +#include "applet-time_h-struct.h"
20 #include "applet-struct.h"
21 --- cairo-dock-plugins-3.4.1/Sound-Effects/src/applet-notifications.c.glibc 2015-02-20 01:13:47.000000000 +0900
22 +++ cairo-dock-plugins-3.4.1/Sound-Effects/src/applet-notifications.c 2016-12-11 16:24:08.991938415 +0900
24 * along with this program. If not, see <http://www.gnu.org/licenses/>.
27 +#include "applet-time_h-struct.h"
34 return GLDI_NOTIFICATION_LET_PASS;
38 --- cairo-dock-plugins-3.4.1/Sound-Effects/src/applet-sound.c.glibc 2015-02-20 01:13:47.000000000 +0900
39 +++ cairo-dock-plugins-3.4.1/Sound-Effects/src/applet-sound.c 2016-12-11 16:23:55.137005376 +0900
41 * along with this program. If not, see <http://www.gnu.org/licenses/>.
44 +#include "applet-time_h-struct.h"
48 --- cairo-dock-plugins-3.4.1/Sound-Effects/src/applet-struct.h.glibc 2016-12-11 16:10:41.657840257 +0900
49 +++ cairo-dock-plugins-3.4.1/Sound-Effects/src/applet-struct.h 2016-12-11 16:22:59.589273837 +0900
51 #ifndef __CD_APPLET_STRUCT__
52 #define __CD_APPLET_STRUCT__
54 +#include "applet-time_h-struct.h"
55 #include <sys/types.h>
56 #include <alsa/asoundlib.h>
57 #define _STRUCT_TIMEVAL
58 --- cairo-dock-plugins-3.4.1/Sound-Effects/src/applet-time_h-struct.h.glibc 2016-12-11 16:11:55.464483550 +0900
59 +++ cairo-dock-plugins-3.4.1/Sound-Effects/src/applet-time_h-struct.h 2016-12-11 16:19:52.003180440 +0900
62 +* This file is a part of the Cairo-Dock project
64 +* Copyright : (C) see the 'copyright' file.
65 +* E-mail : see the 'copyright' file.
67 +* This program is free software; you can redistribute it and/or
68 +* modify it under the terms of the GNU General Public License
69 +* as published by the Free Software Foundation; either version 3
70 +* of the License, or (at your option) any later version.
72 +* This program is distributed in the hope that it will be useful,
73 +* but WITHOUT ANY WARRANTY; without even the implied warranty of
74 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
75 +* GNU General Public License for more details.
76 +* You should have received a copy of the GNU General Public License
77 +* along with this program. If not, see <http://www.gnu.org/licenses/>.
80 +#ifndef __CD_APPLET_TIME_H_STRUCT__
81 +#define __CD_APPLET_TIME_H_STRUCT__
83 +#define _POSIX_C_SOURCE 200809L
88 --- cairo-dock-plugins-3.4.1/alsaMixer/src/applet-generic.c.glibc 2015-02-20 01:13:47.000000000 +0900
89 +++ cairo-dock-plugins-3.4.1/alsaMixer/src/applet-generic.c 2016-12-11 16:20:44.168928323 +0900
91 * along with this program. If not, see <http://www.gnu.org/licenses/>.
94 +#include "applet-time_h-struct.h"
97 #include "applet-struct.h"
98 --- cairo-dock-plugins-3.4.1/alsaMixer/src/applet-struct.h.glibc 2015-02-20 01:13:47.000000000 +0900
99 +++ cairo-dock-plugins-3.4.1/alsaMixer/src/applet-struct.h 2016-12-11 16:19:47.713201174 +0900
101 #ifndef __CD_APPLET_STRUCT__
102 #define __CD_APPLET_STRUCT__
104 +#include "applet-time_h-struct.h"
105 #include <sys/types.h>
106 #include <alsa/asoundlib.h>
107 #define _STRUCT_TIMEVAL
108 --- cairo-dock-plugins-3.4.1/alsaMixer/src/applet-time_h-struct.h.glibc 2016-12-11 16:11:55.464483550 +0900
109 +++ cairo-dock-plugins-3.4.1/alsaMixer/src/applet-time_h-struct.h 2016-12-11 16:19:52.003180440 +0900
112 +* This file is a part of the Cairo-Dock project
114 +* Copyright : (C) see the 'copyright' file.
115 +* E-mail : see the 'copyright' file.
117 +* This program is free software; you can redistribute it and/or
118 +* modify it under the terms of the GNU General Public License
119 +* as published by the Free Software Foundation; either version 3
120 +* of the License, or (at your option) any later version.
122 +* This program is distributed in the hope that it will be useful,
123 +* but WITHOUT ANY WARRANTY; without even the implied warranty of
124 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
125 +* GNU General Public License for more details.
126 +* You should have received a copy of the GNU General Public License
127 +* along with this program. If not, see <http://www.gnu.org/licenses/>.
130 +#ifndef __CD_APPLET_TIME_H_STRUCT__
131 +#define __CD_APPLET_TIME_H_STRUCT__
133 +#define _POSIX_C_SOURCE 200809L