comparison dwt/internal/c/Carbon.d @ 60:62202ce0039f

Updated and fixed many modules to 3.514
author Jacob Carlborg <doob@me.com>
date Mon, 22 Dec 2008 15:10:19 +0100
parents 30adfb32d4be
children e1c48e37e0f5
comparison
equal deleted inserted replaced
59:83b0ad9d9238 60:62202ce0039f
269 } 269 }
270 270
271 alias bindings.GetCurrentProcess GetCurrentProcess; 271 alias bindings.GetCurrentProcess GetCurrentProcess;
272 alias bindings.SetFrontProcess SetFrontProcess; 272 alias bindings.SetFrontProcess SetFrontProcess;
273 alias bindings.TransformProcessType TransformProcessType; 273 alias bindings.TransformProcessType TransformProcessType;
274 274 alias bindings.CPSSetProcessName CPSSetProcessName;
275 short CPSSetProcessName (CPSProcessSerNum* PSN, String processname)
276 {
277 return bindings.CPSSetProcessName(PSN, processname.ptr);
278 }
279 275
280 276
281 277
282 // Quickdraw.h 278 // Quickdraw.h
283 struct Rect 279 struct Rect