Fresco/Berlin/include/Berlin Console.hh,1.28,1.29 EventManager.hh,1.21,1.22
Nick Lewycky <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Berlin/include/Berlin In directory purcel:/tmp/cvs-serv15745/Berlin/include/Berlin Modified Files: Console.hh EventManager.hh Log Message: Back out patch from bug106. Fix SDLConsole wakeup handling. Index: Console.hh =================================================================== RCS file: /cvs/fresco/Fresco/Berlin/include/Berlin/Console.hh,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- Console.hh 4 Jan 2003 13:51:02 -0000 1.28 +++ Console.hh 12 Jan 2003 02:25:08 -0000 1.29 @@ -110,9 +110,7 @@ //. FIXME: Missing documentation! virtual void device_info(std::ostream &) = 0; - //. If true, this is a promise not to block when next_event is called. - virtual bool has_event() = 0; - //. Wait until the next event comes from the input. + //. FIXME: Missing documentation! virtual Fresco::Input::Event *next_event() = 0; //. FIXME: Missing documentation! virtual void wakeup() = 0; Index: EventManager.hh =================================================================== RCS file: /cvs/fresco/Fresco/Berlin/include/Berlin/EventManager.hh,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- EventManager.hh 4 Jan 2003 13:51:02 -0000 1.21 +++ EventManager.hh 12 Jan 2003 02:25:08 -0000 1.22 @@ -45,7 +45,6 @@ bool request_focus(Fresco::Controller_ptr, Fresco::Input::Device); //. This method is polled by the ScreenManager. It queries the Console //. for new events and distributes them to the matching focus. - bool has_event(); void next_event(); void restore(Fresco::Region_ptr); void damage(Fresco::Region_ptr);