~ubuntu-branches/ubuntu/feisty/basilisk2/feisty

« back to all changes in this revision

Viewing changes to src/BeOS/clip_beos.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2005-07-30 20:42:20 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050730204220-1nl1cg2jkjvy63ry
Tags: 0.9.20050730-1
* New upstream CVS snapshot.
* Build-depend on virtual libsdl-dev (not libsdl1.2-dev).
* Invoke init rules also on clean (to separate better from official
  builds).
* Update URL of upstream source in debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 *  clip_beos.cpp - Clipboard handling, BeOS implementation
3
3
 *
4
 
 *  Basilisk II (C) 1997-2002 Christian Bauer
 
4
 *  Basilisk II (C) 1997-2005 Christian Bauer
5
5
 *
6
6
 *  This program is free software; you can redistribute it and/or modify
7
7
 *  it under the terms of the GNU General Public License as published by
54
54
 
55
55
 
56
56
/*
 
57
 *  Mac application reads clipboard
 
58
 */
 
59
 
 
60
void GetScrap(void **handle, uint32 type, int32 offset)
 
61
{
 
62
        D(bug("GetScrap handle %p, type %08x, offset %d\n", handle, type, offset));
 
63
}
 
64
 
 
65
 
 
66
/*
57
67
 *  Mac application wrote to clipboard
58
68
 */
59
69