[BACK]Return to wsdisplayvar.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / wscons

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/wscons/wsdisplayvar.h between version 1.49 and 1.49.12.3

version 1.49, 2011/06/29 03:11:59 version 1.49.12.3, 2017/12/03 11:37:37
Line 98  struct wsscreen_descr {
Line 98  struct wsscreen_descr {
 #define WSSCREEN_HILIT          4       /* can highlight (however) */  #define WSSCREEN_HILIT          4       /* can highlight (however) */
 #define WSSCREEN_BLINK          8       /* can blink */  #define WSSCREEN_BLINK          8       /* can blink */
 #define WSSCREEN_UNDERLINE      16      /* can underline */  #define WSSCREEN_UNDERLINE      16      /* can underline */
   #define WSSCREEN_RESIZE         32      /* can resize */
   #define WSSCREEN_FREE           64      /* free() this struct when deleting
                                            * internal only, do not set */
         void *modecookie;          void *modecookie;
 };  };
   
Line 163  void wsdisplay_cnattach(const struct wss
Line 166  void wsdisplay_cnattach(const struct wss
             long);              long);
 void    wsdisplay_preattach(const struct wsscreen_descr *, void *, int, int,  void    wsdisplay_preattach(const struct wsscreen_descr *, void *, int, int,
             long);              long);
   void    wsdisplay_cndetach(void);
   
 int     wsdisplaydevprint(void *, const char *);  int     wsdisplaydevprint(void *, const char *);
 int     wsemuldisplaydevprint(void *, const char *);  int     wsemuldisplaydevprint(void *, const char *);
Line 207  int wsdisplay_cfg_ioctl(struct wsdisplay
Line 211  int wsdisplay_cfg_ioctl(struct wsdisplay
 struct wsdisplayio_edid_info;  struct wsdisplayio_edid_info;
 int wsdisplayio_get_edid(device_t, struct wsdisplayio_edid_info *);  int wsdisplayio_get_edid(device_t, struct wsdisplayio_edid_info *);
   
   struct wsdisplayio_fbinfo;
   struct rasops_info;
   int wsdisplayio_get_fbinfo(struct rasops_info *, struct wsdisplayio_fbinfo *);
   
 #ifdef WSDISPLAY_SCROLLSUPPORT  #ifdef WSDISPLAY_SCROLLSUPPORT
 void wsdisplay_scroll(void *, int);  void wsdisplay_scroll(void *, int);
 #endif  #endif

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.49.12.3

CVSweb <webmaster@jp.NetBSD.org>