aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/output.h
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-11-18 00:33:06 +0100
committerLibravatar emersion <contact@emersion.fr>2018-11-18 00:33:06 +0100
commitcad851805bea6b4777685df1c6adf8cb9fa71835 (patch)
tree145fcb048cc3df3d04a8b6afb90de68dd2dd80a9 /include/sway/output.h
parentMerge pull request #3142 from RyanDwyer/move-view-properties (diff)
downloadsway-cad851805bea6b4777685df1c6adf8cb9fa71835.tar.gz
sway-cad851805bea6b4777685df1c6adf8cb9fa71835.tar.zst
sway-cad851805bea6b4777685df1c6adf8cb9fa71835.zip
Use #if instead of #ifdef
Diffstat (limited to 'include/sway/output.h')
-rw-r--r--include/sway/output.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/output.h b/include/sway/output.h
index 5efe1660..43c1ab96 100644
--- a/include/sway/output.h
+++ b/include/sway/output.h
@@ -119,7 +119,7 @@ void output_layer_for_each_surface(struct sway_output *output,
119 struct wl_list *layer_surfaces, sway_surface_iterator_func_t iterator, 119 struct wl_list *layer_surfaces, sway_surface_iterator_func_t iterator,
120 void *user_data); 120 void *user_data);
121 121
122#ifdef HAVE_XWAYLAND 122#if HAVE_XWAYLAND
123void output_unmanaged_for_each_surface(struct sway_output *output, 123void output_unmanaged_for_each_surface(struct sway_output *output,
124 struct wl_list *unmanaged, sway_surface_iterator_func_t iterator, 124 struct wl_list *unmanaged, sway_surface_iterator_func_t iterator,
125 void *user_data); 125 void *user_data);