~ubuntu-branches/ubuntu/intrepid/plplot/intrepid

« back to all changes in this revision

Viewing changes to drivers/mem.c

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2006-11-04 10:19:34 UTC
  • mfrom: (2.1.8 edgy)
  • Revision ID: james.westby@ubuntu.com-20061104101934-mlirvdg4gpwi6i5q
Tags: 5.6.1-10
* Orphaning the package
* debian/control: Changed the maintainer to the Debian QA Group

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
  $Id: mem.c,v 1.2 2004/01/19 19:10:19 airwin Exp $
 
2
  $Id: mem.c,v 1.3 2004/06/26 22:44:27 airwin Exp $
3
3
 
4
4
  PLplot MEM (in user-supplied memory) device driver.
5
5
  The idea here is that the user will specify the Y by X by RGB
21
21
#include "drivers.h"
22
22
 
23
23
/* Device info */
24
 
char* plD_DEVICE_INFO_mem = "mem:User-supplied memory device:-1:mem:45:mem";
 
24
char* plD_DEVICE_INFO_mem = "mem:User-supplied memory device:-1:mem:46:mem";
25
25
 
26
26
void plD_dispatch_init_mem      ( PLDispatchTable *pdt );
27
27