~ubuntu-branches/ubuntu/hoary/rman/hoary

1
2
3
4
5
6
#include <QuickDraw.h>

void InitToolbox()
{
	InitGraf(&qd.thePort);
}