Subversion Repositories Kolibri OS

Rev

Rev 4358 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4358 Rev 4548
Line 625... Line 625...
625
         might have changed again by now */
625
         might have changed again by now */
626
      assert(fb->Width == dPriv->w);
626
      assert(fb->Width == dPriv->w);
627
      assert(fb->Height == dPriv->h);
627
      assert(fb->Height == dPriv->h);
628
   }
628
   }
629
}
629
}
-
 
630
 
-
 
631
int atexit(void (*func)(void))
-
 
632
{
-
 
633
    return 0;
-
 
634
}