summaryrefslogtreecommitdiffstats
path: root/video/out/x11_common.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-02-13 16:33:01 +0100
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2013-02-21 22:23:08 +0100
commit08952f23dd4b069990b027dc06b10affcb4bc361 (patch)
treea2937b42ea80bb5154b0f055b28860a8ffa427d8 /video/out/x11_common.h
parent2f6257e2f40a0f559b20cc2989778c6805e892fa (diff)
downloadmpv-08952f23dd4b069990b027dc06b10affcb4bc361.tar.bz2
mpv-08952f23dd4b069990b027dc06b10affcb4bc361.tar.xz
x11_common: uncrustify
Also some other cosmetic changes. And reformat the two remaining doxygen comments. Removing MSGLEN in x11_errorhandler() is technically not just a cosmetic change, but the result is the same anyway.
Diffstat (limited to 'video/out/x11_common.h')
-rw-r--r--video/out/x11_common.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/video/out/x11_common.h b/video/out/x11_common.h
index 47eaf1d880..d638d6b15f 100644
--- a/video/out/x11_common.h
+++ b/video/out/x11_common.h
@@ -122,10 +122,11 @@ uint32_t vo_x11_get_equalizer(struct vo *vo, const char *name, int *value);
bool vo_x11_screen_is_composited(struct vo *vo);
void fstype_help(void);
void vo_x11_create_vo_window(struct vo *vo, XVisualInfo *vis,
- int x, int y, unsigned int width, unsigned int height, int flags,
- const char *classname);
+ int x, int y, unsigned int width,
+ unsigned int height, int flags,
+ const char *classname);
void vo_x11_clearwindow_part(struct vo *vo, Window vo_window,
- int img_width, int img_height);
+ int img_width, int img_height);
void vo_x11_clearwindow(struct vo *vo, Window vo_window);
void vo_x11_ontop(struct vo *vo);
void vo_x11_border(struct vo *vo);