~ubuntu-branches/ubuntu/oneiric/xournal/oneiric

« back to all changes in this revision

Viewing changes to src/xo-paint.h

  • Committer: Bazaar Package Importer
  • Author(s): Vincenzo Ciancia
  • Date: 2008-05-18 00:15:35 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080518001535-njjpyppp3nlvye0l
Tags: 0.4.2.1-0ubuntu1
* New upstream release:
  - allow XInput and core events in reverse order, LP: #184996, #234240.
  - also fixes LP: #226942.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
void set_cursor_busy(gboolean busy);
2
2
void update_cursor(void);
 
3
void update_cursor_for_resize(double *pt);
3
4
 
4
5
void create_new_stroke(GdkEvent *event);
5
6
void continue_stroke(GdkEvent *event);
6
7
void finalize_stroke(void);
7
8
 
8
9
void do_eraser(GdkEvent *event, double radius, gboolean whole_strokes);
 
10
void finalize_erasure(void);
9
11
 
10
12
void do_hand(GdkEvent *event);
11
13
 
15
17
void start_vertspace(GdkEvent *event);
16
18
void continue_movesel(GdkEvent *event);
17
19
void finalize_movesel(void);
 
20
gboolean start_resizesel(GdkEvent *event);
 
21
void continue_resizesel(GdkEvent *event);
 
22
void finalize_resizesel(void);
18
23
 
19
24
void selection_delete(void);
20
25
void selection_to_clip(void);