/[hurd]/hurd/libcons/vcons-open.c
ViewVC logotype

Diff of /hurd/libcons/vcons-open.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by marcus, Mon Sep 9 22:04:25 2002 UTC revision 1.4 by marcus, Fri Oct 4 10:23:00 2002 UTC
# Line 126  cons_vcons_open (cons_t cons, vcons_list Line 126  cons_vcons_open (cons_t cons, vcons_list
126    vcons->state.screen.width = vcons->display->screen.width;    vcons->state.screen.width = vcons->display->screen.width;
127    vcons->state.screen.height = vcons->display->screen.height;    vcons->state.screen.height = vcons->display->screen.height;
128    vcons->state.screen.lines = vcons->display->screen.lines;    vcons->state.screen.lines = vcons->display->screen.lines;
129    vcons->state.screen.matrix = ((wchar_t *) vcons->display)    vcons->state.screen.matrix = (conchar_t *)
130      + vcons->display->screen.matrix;      (((uint32_t *) vcons->display) + vcons->display->screen.matrix);
131    vcons->state.changes.length = vcons->display->changes.length;    vcons->state.changes.length = vcons->display->changes.length;
132    vcons->state.changes.buffer = ((uint32_t *) vcons->display)    vcons->state.changes.buffer = (cons_change_t *)
133      + vcons->display->changes.buffer;      (((uint32_t *) vcons->display) + vcons->display->changes.buffer);
134    
135    /* Request notification messages.  */    /* Request notification messages.  */
136    notify = ports_get_right (vcons);    notify = ports_get_right (vcons);

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26