comparison plugins/crazychat/cc_gtk_gl.h @ 12323:fc464a0abccc

[gaim-migrate @ 14627] Function prototypes need to be of the form foo(void); instead of foo(); for function that don't take any arguments. This allows the compiler to detect mistakes were someone passes arguments to such a function. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 04 Dec 2005 18:19:56 +0000
parents ed017b9c532d
children
comparison
equal deleted inserted replaced
12322:c7ae1fd0827d 12323:fc464a0abccc
24 24
25 /** 25 /**
26 * Initialize the gtkglext framework for all our widgets. 26 * Initialize the gtkglext framework for all our widgets.
27 * @return 0 on success, non-zero on failure 27 * @return 0 on success, non-zero on failure
28 */ 28 */
29 int cc_init_gtk_gl(); 29 int cc_init_gtk_gl(void);
30 30
31 /** 31 /**
32 * Create a new OpenGL enabled window 32 * Create a new OpenGL enabled window
33 * @param init the initialize callback function 33 * @param init the initialize callback function
34 * @param draw the drawing callback function 34 * @param draw the drawing callback function