[patch] code-cleanup: Gui/* ()->(void) and readonly xpms
21 Jun
2006
21 Jun
'06
1:37 p.m.
Hi, attached patches cleans up the Gui/* sub-directory. mplayer_3_void.diff corrects function prototypes which no parameters from () to the correct (void). mplayer_4_const_xpm.diff makes most of the xpm-files read 'const char*' instead of 'char*' to reflect the read-only status of the xpm-definitions. Regards, Stefan
21 Jun
21 Jun
1:43 p.m.
New subject: [patch] code-cleanup: Gui/* ()->(void) and readonly xpms
On Wed, Jun 21, 2006 at 07:37:47PM +0200, Stefan Huehner wrote:
attached patches cleans up the Gui/* sub-directory.
mplayer_3_void.diff corrects function prototypes which no parameters from () to the correct (void). mplayer_4_const_xpm.diff makes most of the xpm-files read 'const char*' instead of 'char*' to reflect the read-only status of the xpm-definitions.
I just applied mplayer_4_const_xpm.diff, thanks. Diego
7083
Age (days ago)
7083
Last active (days ago)
1 comments
2 participants
participants (2)
-
Diego Biurrun -
Stefan Huehner