comparison src/macfns.c @ 95161:fe230927ddf8

Seiji Zenitani <zenitani at mac.com> Ryo Yoshitake <ryo at shiftmode.net> (mac_frame_parm_handlers): A null handler for x_set_alpha.
author Glenn Morris <rgm@gnu.org>
date Wed, 21 May 2008 04:00:01 +0000
parents 8971ddf55736
children 8c06bfa2117a
comparison
equal deleted inserted replaced
95160:4f066b58a8c2 95161:fe230927ddf8
4319 x_set_line_spacing, 4319 x_set_line_spacing,
4320 x_set_fringe_width, 4320 x_set_fringe_width,
4321 x_set_fringe_width, 4321 x_set_fringe_width,
4322 0, /* x_set_wait_for_wm, */ 4322 0, /* x_set_wait_for_wm, */
4323 x_set_fullscreen, 4323 x_set_fullscreen,
4324 0, /* x_set_font_backend, */
4325 0 /* x_set_alpha, */
4324 }; 4326 };
4325 4327
4326 void 4328 void
4327 syms_of_macfns () 4329 syms_of_macfns ()
4328 { 4330 {