summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2016-04-17 14:34:51 +0300
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2016-04-17 14:34:51 +0300
commitb299d7db0c8fcabe5649c5c657e4be785e5691d9 (patch)
tree6e9422c67ad63bbdd3ec347c8358bb75b2ba81dc
parentcfccb42e58079b7e0bd7e08a1475aa7e58dd9018 (diff)
downloadmetacity-b299d7db0c8fcabe5649c5c657e4be785e5691d9.tar.gz
core: hide new symbols
-rw-r--r--src/core/frame-private.h1
-rw-r--r--src/core/window-private.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/core/frame-private.h b/src/core/frame-private.h
index ec94d4e2..eed6cb62 100644
--- a/src/core/frame-private.h
+++ b/src/core/frame-private.h
@@ -66,6 +66,7 @@ gboolean meta_frame_sync_to_window (MetaFrame *frame,
gboolean need_move,
gboolean need_resize);
+G_GNUC_INTERNAL
void meta_frame_clear_cached_borders (MetaFrame *frame);
cairo_region_t *meta_frame_get_frame_bounds (MetaFrame *frame);
diff --git a/src/core/window-private.h b/src/core/window-private.h
index 0d917b02..972a7e2a 100644
--- a/src/core/window-private.h
+++ b/src/core/window-private.h
@@ -649,6 +649,7 @@ const char* meta_window_get_startup_id (MetaWindow *window);
void meta_window_recalc_features (MetaWindow *window);
void meta_window_recalc_window_type (MetaWindow *window);
+G_GNUC_INTERNAL
void meta_window_frame_size_changed (MetaWindow *window);
void meta_window_stack_just_above (MetaWindow *window,