ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/BeOS/video_beos.cpp
(Generate patch)

Comparing BasiliskII/src/BeOS/video_beos.cpp (file contents):
Revision 1.1 by cebix, 1999-10-03T14:16:25Z vs.
Revision 1.2 by cebix, 1999-10-12T20:59:15Z

# Line 137 | Line 137 | private:
137  
138   class MacScreen : public BWindowScreen {
139   public:
140 <        MacScreen(char *name, int mode_bit, status_t *error);
140 >        MacScreen(const char *name, int mode_bit, status_t *error);
141          virtual ~MacScreen();
142          virtual void Quit(void);
143          virtual void ScreenConnected(bool active);
# Line 795 | Line 795 | void BitmapView::MouseMoved(BPoint point
795   *  Screen constructor
796   */
797  
798 < MacScreen::MacScreen(char *name, int mode_bit, status_t *error) : BWindowScreen(name, 1 << mode_bit, error), tick_thread(-1)
798 > MacScreen::MacScreen(const char *name, int mode_bit, status_t *error) : BWindowScreen(name, 1 << mode_bit, error), tick_thread(-1)
799   {
800          // Set all variables
801          frame_backup = NULL;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines