Ticket #1140: setdiskmode.patch

File setdiskmode.patch, 547 bytes (added by aldeck, 17 years ago)
  • ../haiku/src/kits/interface/View.cpp

     
    30603060
    30613061
    30623062void
     3063BView::SetDiskMode(char *filename, long offset)
     3064{
     3065    /* TODO:
     3066    -implement SetDiskMode(). What's with this method? What does it do? test!
     3067    does it has something to do with DrawPictureAsync( filename* .. )?
     3068    */
     3069}
     3070
     3071
     3072void
    30633073BView::AppendToPicture(BPicture *picture)
    30643074{
    30653075    check_lock();