Moved drawing line code from drawing_context back to screen.
authorRicardo Cruz <rick2@aeiou.pt>
Fri, 25 Jun 2004 11:54:37 +0000 (11:54 +0000)
committerRicardo Cruz <rick2@aeiou.pt>
Fri, 25 Jun 2004 11:54:37 +0000 (11:54 +0000)
commit1416edad687bd0bcdc9da304f200d41d8afb628d
tree81a4e29065f2794d6d474cf2f900e57fbb92b3dd
parent8518ee232ef7cc0cfa6e92afb3ad9e3bb2f474c8
Moved drawing line code from drawing_context back to screen.
The SDL code has the following issues:
- it writes right away to the screen. Not waiting for the updating screen call.
- it is extremly slow, since our screen is a hardware surface.

Would be neat to have a draw_line func in drawing_context, but looks like it will have to wait.

SVN-Revision: 1513
src/screen/drawing_context.cpp
src/screen/drawing_context.h
src/screen/screen.cpp
src/screen/screen.h