comparison examples/example-message.c @ 125:d59efa737fcc

cmake: add examples and fix
author David Demelier <markand@malikania.fr>
date Tue, 06 Oct 2020 12:43:29 +0200
parents bf7500aea454
children eadfed7674ac
comparison
equal deleted inserted replaced
124:7b84764741b6 125:d59efa737fcc
14 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 14 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 */ 17 */
18 18
19 #include <clock.h> 19 #include <core/clock.h>
20 #include <event.h> 20 #include <core/event.h>
21 #include <message.h> 21 #include <core/message.h>
22 #include <painter.h> 22 #include <core/painter.h>
23 #include <panic.h> 23 #include <core/panic.h>
24 #include <sys.h> 24 #include <core/sys.h>
25 #include <util.h> 25 #include <core/util.h>
26 #include <theme.h> 26 #include <core/theme.h>
27 #include <window.h> 27 #include <core/window.h>
28 28
29 #define W 1280 29 #define W 1280
30 #define H 720 30 #define H 720
31 31
32 static void 32 static void