mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-23 14:42:29 +01:00
Added missing include guards in a few headers
Considering the number of headers we have, it is a good idea to avoid possible problems. For details, you may read: http://en.wikipedia.org/wiki/Include_guard All headers should be ok now.
This commit is contained in:
committed by
Carlos R. Mafra
parent
7c98f7cfc4
commit
7c320447fb
@@ -17,6 +17,9 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#ifndef GEOMVIEW_H
|
||||
#define GEOMVIEW_H
|
||||
|
||||
typedef struct W_GeometryView WGeometryView;
|
||||
|
||||
|
||||
@@ -27,7 +30,4 @@ void WSetGeometryViewShownPosition(WGeometryView *gview, int x, int y);
|
||||
void WSetGeometryViewShownSize(WGeometryView *gview,
|
||||
unsigned width, unsigned height);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif /* GEOMVIEW_H */
|
||||
|
||||
Reference in New Issue
Block a user