static volatile Pt showCAL_defaultSize_pt; static void showCAL_defaultSize(int w, int h) { showCAL_defaultSize_pt = Pt(w, h); } static Pt showCAL_defaultSize() { ret showCAL_defaultSize_pt; }