2011-03-10 Paul Eggert <eggert@cs.ucla.edu>
+ * fringe.c (destroy_fringe_bitmap, init_fringe_bitmap): Now static.
+
* alloc.c (mark_fringe_data): Move decl from here ...
* lisp.h (mark_fringe_data) [HAVE_WINDOW_SYSTEM]: ... to here,
to check its interface.
/* Free resources used by a user-defined bitmap. */
-void
+static void
destroy_fringe_bitmap (int n)
{
struct fringe_bitmap **fbp;
0x3, 0xb, 0x7, 0xf}; /* 0011 1011 0111 1111 */
#endif /* HAVE_X_WINDOWS */
-void
+static void
init_fringe_bitmap (int which, struct fringe_bitmap *fb, int once_p)
{
if (once_p || fb->dynamic)
#endif /* HAVE_NTGUI */
#endif /* HAVE_WINDOW_SYSTEM */
-