summaryrefslogtreecommitdiff
path: root/src/compositor.h
diff options
context:
space:
mode:
authorDerek Foreman <derekf@osg.samsung.com>2014-09-18 16:46:49 -0500
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>2014-09-22 10:16:38 +0300
commitd1be3128d0d6b6dc6d301bb2bd674697bd64dafc (patch)
treed770b42e8001af8a7d01db235dbe1331debd930f /src/compositor.h
parent8f7d30a466be555dc0670f651e0aec42bed08684 (diff)
downloadweston-d1be3128d0d6b6dc6d301bb2bd674697bd64dafc.tar.gz
cosmetic: Move WL_EXPORT out of header files
Most of the code only puts WL_EXPORT in .c files. Remove the few instances in header files. If it's missing form the associated .c, put it there instead.
Diffstat (limited to 'src/compositor.h')
-rw-r--r--src/compositor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/compositor.h b/src/compositor.h
index 9611deae..f4263d8f 100644
--- a/src/compositor.h
+++ b/src/compositor.h
@@ -963,10 +963,10 @@ weston_view_from_global_fixed(struct weston_view *view,
wl_fixed_t x, wl_fixed_t y,
wl_fixed_t *vx, wl_fixed_t *vy);
-WL_EXPORT void
+void
weston_surface_to_buffer_float(struct weston_surface *surface,
float x, float y, float *bx, float *by);
-WL_EXPORT void
+void
weston_surface_to_buffer(struct weston_surface *surface,
int sx, int sy, int *bx, int *by);
pixman_box32_t
@@ -1196,7 +1196,7 @@ weston_view_schedule_repaint(struct weston_view *view);
int
weston_surface_is_mapped(struct weston_surface *surface);
-WL_EXPORT void
+void
weston_surface_set_size(struct weston_surface *surface,
int32_t width, int32_t height);