comparison src/gpmevent.c @ 207:e45d5e7c476e r20-4b2

Import from CVS: tag r20-4b2
author cvs
date Mon, 13 Aug 2007 10:03:52 +0200
parents e121b013d1f0
children c5d627a313b1
comparison
equal deleted inserted replaced
206:d3e9274cbc4e 207:e45d5e7c476e
81 return (0); 81 return (0);
82 } 82 }
83 return (1); 83 return (1);
84 } 84 }
85 85
86 int connect_to_gpm(struct console *con) 86 void connect_to_gpm(struct console *con)
87 { 87 {
88 /* Only do this if we are running after dumping and really interactive */ 88 /* Only do this if we are running after dumping and really interactive */
89 if (!noninteractive && initialized) { 89 if (!noninteractive && initialized) {
90 /* We really only want to do this on a TTY */ 90 /* We really only want to do this on a TTY */
91 CONSOLE_TTY_MOUSE_FD (con) = -1; 91 CONSOLE_TTY_MOUSE_FD (con) = -1;