ui/motif/label.h

branch
newapi
changeset 428
c7dcd2ab2d3d
parent 62
70d2aee84432
child 429
0921f8a5d535
equal deleted inserted replaced
427:7ead63398a50 428:c7dcd2ab2d3d
1 /* 1 /*
2 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. 2 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3 * 3 *
4 * Copyright 2014 Olaf Wintermann. All rights reserved. 4 * Copyright 2024 Olaf Wintermann. All rights reserved.
5 * 5 *
6 * Redistribution and use in source and binary forms, with or without 6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are met: 7 * modification, are permitted provided that the following conditions are met:
8 * 8 *
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. Redistributions of source code must retain the above copyright
27 */ 27 */
28 28
29 #ifndef LABEL_H 29 #ifndef LABEL_H
30 #define LABEL_H 30 #define LABEL_H
31 31
32 #include "../ui/display.h"
33
32 #ifdef __cplusplus 34 #ifdef __cplusplus
33 extern "C" { 35 extern "C" {
34 #endif 36 #endif
35 37
36 38

mercurial