aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/win.c5
-rw-r--r--src/x11.c5
2 files changed, 2 insertions, 8 deletions
diff --git a/src/win.c b/src/win.c
index 386ad3f..cae1a20 100644
--- a/src/win.c
+++ b/src/win.c
@@ -45,10 +45,7 @@
# define PUGL_INIT_STRUCT \
{}
#else
-# define PUGL_INIT_STRUCT \
- { \
- 0 \
- }
+# define PUGL_INIT_STRUCT {0}
#endif
typedef BOOL(WINAPI* PFN_SetProcessDPIAware)(void);
diff --git a/src/x11.c b/src/x11.c
index 217838f..f09e8e5 100644
--- a/src/x11.c
+++ b/src/x11.c
@@ -72,10 +72,7 @@
# define PUGL_INIT_STRUCT \
{}
#else
-# define PUGL_INIT_STRUCT \
- { \
- 0 \
- }
+# define PUGL_INIT_STRUCT {0}
#endif
enum WmClientStateMessageAction {