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

« back to all changes in this revision

Viewing changes to src/AmigaOS/clip_amiga.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:
99
99
 
100
100
 
101
101
/*
 
102
 *  Mac application reads clipboard
 
103
 */
 
104
 
 
105
void GetScrap(void **handle, uint32 type, int32 offset)
 
106
{
 
107
        D(bug("GetScrap handle %p, type %08x, offset %d\n", handle, type, offset));
 
108
}
 
109
 
 
110
 
 
111
/*
102
112
 *  Mac application wrote to clipboard
103
113
 */
104
114