Lines Matching defs:WRAP
370 /* Define the WRAP macro temporarily for local use */
371 #define WRAP(a) \
380 WRAP(CreateWindow);
381 WRAP(DestroyWindow);
382 WRAP(RealizeWindow);
383 WRAP(UnrealizeWindow);
384 WRAP(PositionWindow);
385 WRAP(ChangeWindowAttributes);
386 WRAP(SetShape);
397 /* Undefine the WRAP macro, as it is not needed elsewhere */
398 #undef WRAP
403 /* Define the WRAP macro temporarily for local use */
404 #define WRAP(a) \
413 WRAP(CreateWindow);
414 WRAP(DestroyWindow);
415 WRAP(RealizeWindow);
416 WRAP(UnrealizeWindow);
417 WRAP(PositionWindow);
418 WRAP(ChangeWindowAttributes);
419 WRAP(ReparentWindow);
420 WRAP(RestackWindow);
421 WRAP(ResizeWindow);
422 WRAP(MoveWindow);
423 WRAP(CopyWindow);
424 WRAP(SetShape);
425 WRAP(ModifyPixmapHeader);
447 /* Undefine the WRAP macro, as it is not needed elsewhere */
448 #undef WRAP