Linux kernel & device driver programming

Cross-Referenced Linux and Device Driver Code

[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ]
Version: [ 2.6.11.8 ] [ 2.6.25 ] [ 2.6.25.8 ] [ 2.6.31.13 ] Architecture: [ i386 ]

Diff markup

Differences between /xawtv-3.95/x11/x11.h (Version 2.6.31.13) and /xawtv-3.95/x11/x11.h (Version 2.6.11.8)


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