~ubuntu-branches/ubuntu/lucid/xscreensaver/lucid

« back to all changes in this revision

Viewing changes to OSX/jwxyz.h

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-11-30 13:33:13 UTC
  • mfrom: (1.1.8 upstream) (2.1.6 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091130133313-3b5nz2e7hvbb8h3l
Tags: 5.10-3ubuntu1
* Merge with Debian unstable, remaining changes: (LP: #489062)
  - debian/control: add Build-Depends on ubuntu-artwork
  - debian/rules: use /usr/share/backgrounds
  - debian/control: Move xli | xloadimage recommends to suggests
  - debian/split-hacks.config: Use different set of default hacks to Debian
  - debian/source_xscreensaver.py: Add apport hook
  - debian/patches/53_XScreenSaver.ad.in.patch: Use Ubuntu branding

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* xscreensaver, Copyright (c) 1991-2008 Jamie Zawinski <jwz@jwz.org>
 
1
/* xscreensaver, Copyright (c) 1991-2009 Jamie Zawinski <jwz@jwz.org>
2
2
 *
3
3
 * Permission to use, copy, modify, distribute, and sell this software and its
4
4
 * documentation for any purpose is hereby granted without fee, provided that
357
357
                                           unsigned int depth);
358
358
extern XPixmapFormatValues *XListPixmapFormats (Display *, int *count_ret);
359
359
 
360
 
extern void jwxyz_draw_NSImage (Display *, Drawable, void *NSImage_arg,
361
 
                                XRectangle *geom_ret, int exif_rotation);
 
360
extern void jwxyz_draw_NSImage_or_CGImage (Display *, Drawable, 
 
361
                                           Bool nsimg_p, void *NSImage_arg,
 
362
                                           XRectangle *geom_ret, 
 
363
                                           int exif_rotation);
362
364
 
363
365
extern int XSetGraphicsExposures (Display *, GC, Bool);
364
366
extern Bool XTranslateCoordinates (Display *, Window src_w, Window dest_w,
409
411
// also declared in utils/grabclient.h
410
412
extern Bool use_subwindow_mode_p (Screen *, Window);
411
413
 
412
 
// for aglUseFont
413
 
extern int jwxyz_font_info (Font, int *size_ret, int *face_ret);
414
 
 
415
 
 
416
414
struct jwxyz_Visual {
417
415
  VisualID visualid;    /* visual id of this visual */
418
416
  int class;            /* class of screen (monochrome, etc.) */