Diff markup
1 extern unsigned int swidth,sheight; 1 extern unsigned int swidth,sheight;
2 extern char *event_names[]; 2 extern char *event_names[];
3 extern const int nevent_names; 3 extern const int nevent_names;
4 4
5 void x11_label_pixmap(Display *dpy, Colormap c 5 void x11_label_pixmap(Display *dpy, Colormap colormap, Pixmap pixmap,
6 int height, char *label) 6 int height, char *label);
7 Pixmap x11_capture_pixmap(Display *dpy, XVisua 7 Pixmap x11_capture_pixmap(Display *dpy, XVisualInfo *vinfo, Colormap colormap,
8 unsigned int width, 8 unsigned int width, unsigned int height);
9 9
10 struct video_handle; 10 struct video_handle;
11 extern struct video_handle vh; 11 extern struct video_handle vh;
12 int video_gd_blitframe(struct video_handle *h, 12 int video_gd_blitframe(struct video_handle *h, struct ng_video_buf *buf);
13 void video_gd_init(Widget widget, int use_gl); 13 void video_gd_init(Widget widget, int use_gl);
14 void video_gd_start(void); 14 void video_gd_start(void);
15 void video_gd_stop(void); 15 void video_gd_stop(void);
16 void video_gd_suspend(void); 16 void video_gd_suspend(void);
17 void video_gd_restart(void); 17 void video_gd_restart(void);
18 void video_gd_configure(int width, int height) 18 void video_gd_configure(int width, int height);
19 19
20 void video_new_size(void); 20 void video_new_size(void);
21 void video_overlay(int state); 21 void video_overlay(int state);
22 22
23 Widget video_init(Widget parent, XVisualInfo * 23 Widget video_init(Widget parent, XVisualInfo *vinfo,
24 WidgetClass class, int args_ 24 WidgetClass class, int args_bpp, int args_gl);
25 void video_close(void); 25 void video_close(void);
26 26
|
This page was automatically generated by the
LXR engine.
|