Fresco/GGI/src Console.cc,1.12,1.13 Console.hh,1.8,1.9
Nick Lewycky <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/GGI/src
In directory purcel:/tmp/cvs-serv15745/GGI/src
Modified Files:
Console.cc Console.hh
Log Message:
Back out patch from bug106.
Fix SDLConsole wakeup handling.
Index: Console.cc
===================================================================
RCS file: /cvs/fresco/Fresco/GGI/src/Console.cc,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Console.cc 4 Jan 2003 13:51:02 -0000 1.12
+++ Console.cc 12 Jan 2003 02:25:09 -0000 1.13
@@ -175,15 +175,6 @@
}
}
-bool GGI::Console::has_event()
-{
- Prague::Trace trace("GGI::Console::has_event");
- ggi_event_mask mask;
-
- mask = ggi_event_mask(emKeyboard | emPtrMove | emPtrButton | emValuator);
- return ggiEventsQueued(_visual, mask);
-}
-
Input::Event *GGI::Console::next_event()
{
Prague::Trace trace("GGI::Console::next_event");
Index: Console.hh
===================================================================
RCS file: /cvs/fresco/Fresco/GGI/src/Console.hh,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Console.hh 4 Jan 2003 13:51:02 -0000 1.8
+++ Console.hh 12 Jan 2003 02:25:09 -0000 1.9
@@ -55,7 +55,6 @@
Drawable *reference_to_servant(Fresco::Drawable_ptr);
virtual void device_info(std::ostream &);
- virtual bool has_event();
virtual Fresco::Input::Event *next_event();
virtual void wakeup();
virtual void activate_autoplay() { _autoplay = true;}