mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 05:18:06 +01:00
Add include guards
This commit is contained in:
@@ -19,6 +19,8 @@
|
|||||||
* USA.
|
* USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef WMKEYBIND_H
|
||||||
|
#define WMKEYBIND_H
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
/* anywhere */
|
/* anywhere */
|
||||||
@@ -100,3 +102,5 @@ typedef struct WShortKey {
|
|||||||
} WShortKey;
|
} WShortKey;
|
||||||
|
|
||||||
void wKeyboardInitialize();
|
void wKeyboardInitialize();
|
||||||
|
|
||||||
|
#endif /* WMKEYBIND_H */
|
||||||
|
|||||||
@@ -20,6 +20,8 @@
|
|||||||
* USA.
|
* USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef WMROOTMENU_H
|
||||||
|
#define WMROOTMENU_H
|
||||||
|
|
||||||
#include "WindowMaker.h"
|
#include "WindowMaker.h"
|
||||||
|
|
||||||
@@ -40,3 +42,4 @@ typedef struct _WRootMenuReader {
|
|||||||
void (*closeMenuFile)(WRootMenuData *data);
|
void (*closeMenuFile)(WRootMenuData *data);
|
||||||
} WRootMenuReader;
|
} WRootMenuReader;
|
||||||
|
|
||||||
|
#endif /* WMROOTMENU_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user