- Timestamp:
- Jul 24, 2012, 5:47:39 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/Quartz/PIWindowQuartz.cpp
r4078 r4079 24 24 printf ("PIWindowQuartz Create Err = %d \n",err); 25 25 26 err = SetWindowTitleWithCFString (wRef, title); 26 CFStringRef cfsrLabel = CFStringCreateWithCString(kCFAllocatorDefault,nom,kCFStringEncodingMacRoman); 27 err = SetWindowTitleWithCFString (wRef, cfsrLabel); 27 28 28 29 wdgHIView = HIViewGetRoot(wRef); … … 32 33 bounds.origin.x, bounds.origin.y, 33 34 bounds.size.width, bounds.size.height); 34 35 35 InstallStandardEventHandler(GetWindowEventTarget(wRef)); /* installs the default */ 36 36 }
Note:
See TracChangeset
for help on using the changeset viewer.