Mercurial > mplayer.hg
annotate libvo/w32_common.h @ 28268:dc64eca366cf
Fix d_width vs. d_height typo.
author | diego |
---|---|
date | Sun, 11 Jan 2009 19:48:01 +0000 |
parents | 9e739bdb049c |
children | 7681eab10aea |
rev | line source |
---|---|
26029 | 1 #ifndef MPLAYER_W32_COMMON_H |
2 #define MPLAYER_W32_COMMON_H | |
25553
6ac1ece1f9fe
Add multiple inclusion guards to all header files that lack them.
diego
parents:
21631
diff
changeset
|
3 |
26162
0585db9f5b32
Add missing header #includes to fix 'make checkheaders'.
diego
parents:
26029
diff
changeset
|
4 #include <stdint.h> |
0585db9f5b32
Add missing header #includes to fix 'make checkheaders'.
diego
parents:
26029
diff
changeset
|
5 #include <windows.h> |
0585db9f5b32
Add missing header #includes to fix 'make checkheaders'.
diego
parents:
26029
diff
changeset
|
6 |
21631 | 7 extern HWND vo_w32_window; |
10880
ba9557e864c0
vo_gl2 port to win32 patch by Tristan Seligmann <mithrandi-mplayer-dev-eng at mithrandi.za.net>
faust3
parents:
diff
changeset
|
8 extern int vo_vm; |
ba9557e864c0
vo_gl2 port to win32 patch by Tristan Seligmann <mithrandi-mplayer-dev-eng at mithrandi.za.net>
faust3
parents:
diff
changeset
|
9 |
28051 | 10 int vo_w32_init(void); |
11 void vo_w32_uninit(void); | |
12 void vo_w32_ontop(void); | |
13 void vo_w32_border(void); | |
14 void vo_w32_fullscreen(void); | |
15 int vo_w32_check_events(void); | |
16 int vo_w32_config(uint32_t, uint32_t, uint32_t); | |
17 void destroyRenderingContext(void); | |
18 void w32_update_xinerama_info(void); | |
25553
6ac1ece1f9fe
Add multiple inclusion guards to all header files that lack them.
diego
parents:
21631
diff
changeset
|
19 |
26029 | 20 #endif /* MPLAYER_W32_COMMON_H */ |