OSDN Git Service

console: remove ds_get_* helper functions
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 6 Mar 2013 12:40:47 +0000 (13:40 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 18 Mar 2013 09:21:59 +0000 (10:21 +0100)
commit1562e53112fd1082c656a06d953a7447ab17e6e1
treea4ca2537f1e887d8c81ff6820baccb039634d320
parentcf6f05481affb600da22dba3c0bc2564e918e8f1
console: remove ds_get_* helper functions

Switch the few remaining ds_get_* uses in console.c over to the new
surface_* accessors.

While doing so tripped over a few leftovers from commit
a93a4a226a2afba147ba5df688b85d844f537c68 (code using depth == 0
as indicator for textmode rendering).  Fixed them up.

Finally dropped ds_get_* helper helpers.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
include/ui/console.h
ui/console.c