~ubuntu-branches/ubuntu/precise/pingus/precise

« back to all changes in this revision

Viewing changes to contrib/clanlib/README

  • Committer: Bazaar Package Importer
  • Author(s): Raphael Goulais
  • Date: 2004-08-09 10:26:00 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040809102600-lg2q9lfars0q1p42
Tags: 0.6.0-8
Applied patch from Andreas Jochens (Closes: #263992)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ClanLib Patches
 
2
===============
 
3
 
 
4
This directory contains a few ClanLib patches, they are not required to
 
5
compile Pingus, but strongly recomment.
 
6
 
 
7
 
 
8
Patches:
 
9
========
 
10
 
 
11
clanlib_gui.diff
 
12
================
 
13
 
 
14
 - Removes the close button of clanGUI windows, pressing them will render
 
15
   parts of the GUI unusable and might lead to a crash. Only the Editor is
 
16
   affected by this, not the game
 
17
 
 
18
 
 
19
clanlib_x11_mousewheel.diff
 
20
===========================
 
21
 
 
22
 - adds support for the mouse wheel in X11 (aka. button 4/5)
 
23
 
 
24
 
 
25
How to Patch:
 
26
=============
 
27
 
 
28
$ cd wherever/your/ClanLib/is/
 
29
$ patch -p1 < $PATCHFILE
 
30
 
 
31
Where $PATCHFILE is one of the above files.
 
32
 
 
33
 
 
34
# EOF #