mirror of
https://github.com/mpv-player/mpv
synced 2025-04-18 13:16:43 +00:00
cosmetics: Whitespace changes, add comments to some #endif directives.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25623 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b93a11f93e
commit
64be034b0b
@ -138,6 +138,6 @@ unsigned utf8_get_char(const char **str);
|
||||
void osd_set_nav_box (uint16_t sx, uint16_t sy, uint16_t ex, uint16_t ey);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
#endif /* 0 */
|
||||
|
||||
#endif /* MPLAYER_SUB_H */
|
||||
|
@ -239,7 +239,7 @@ extern int vo_colorkey;
|
||||
|
||||
extern int WinID;
|
||||
|
||||
#if defined(HAVE_FBDEV)||defined(HAVE_VESA)
|
||||
#if defined(HAVE_FBDEV) || defined(HAVE_VESA)
|
||||
|
||||
typedef struct {
|
||||
float min;
|
||||
@ -253,6 +253,6 @@ extern char *monitor_hfreq_str;
|
||||
extern char *monitor_vfreq_str;
|
||||
extern char *monitor_dotclock_str;
|
||||
|
||||
#endif
|
||||
#endif /* defined(HAVE_FBDEV) || defined(HAVE_VESA) */
|
||||
|
||||
#endif /* VIDEO_OUT_H */
|
||||
|
Loading…
Reference in New Issue
Block a user