e2a21a2a7d8bad7a082a53134837a15c1bea740d
Stefan Schuermans v1.0.0

Stefan Schuermans authored 13 years ago

1) /*
2)  * FlexiPix library
Stefan Schuermans v1.0.6

Stefan Schuermans authored 13 years ago

3)  * !version: 1.0.6! !date: 2010-12-30!
Stefan Schuermans v1.0.0

Stefan Schuermans authored 13 years ago

4)  *
5)  * Copyright 2010 Stefan Schuermans <stefan schuermans info>
6)  *
7)  * This program is free software: you can redistribute it and/or modify
8)  * it under the terms of the GNU General Public License as published by
9)  * the Free Software Foundation, version 3 of the License.
10)  *
11)  *
12)  * This program 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
15)  * GNU General Public License for more details.
16)  *
17)  * You should have received a copy of the GNU Lesser General Public License
18)  * along with this program. If not, see <http://www.gnu.org/licenses/>.
19)  */
20) 
21) #ifndef FLP_DISPLAYER_H
22) #define FLP_DISPLAYER_H
23) 
Stefan Schuermans v1.0.6

Stefan Schuermans authored 13 years ago

24) #include <intern/thread.h>
25) 
Stefan Schuermans v1.0.0

Stefan Schuermans authored 13 years ago

26) /**
27)  * \brief output thread of displayer object
28)  *
29)  * \param[in] vp_displayer pointer to displayer object
30)  * \return unused, always NULL
31)  */
Stefan Schuermans v1.0.6

Stefan Schuermans authored 13 years ago

32) FLP_THREAD_FUNC(flp_displayer_thread);