~sergiusens/frame/update

« back to all changes in this revision

Viewing changes to src/libframe.ver

  • Committer: Sergio Schvezov
  • Date: 2013-03-22 16:25:07 UTC
  • mfrom: (108.2.12 trunk)
  • Revision ID: sergio.schvezov@canonical.com-20130322162507-8urq39v83f0ew3ag
Merging current trunk

[ Stephen M. Webb ]
* frame FTBFS out of source tree (LP: #1152741)
[ Ubuntu daily release ]
* Automatic snapshot from revision 119
* Automatic snapshot from revision 117
[ Daniel d'Andrada ]
* Relicense under (L)GPL version 3 *only* (no +)
* new: frame_accept_touch() and frame_reject_touch()
[ Automatic PS uploader ]
* Automatic snapshot from revision 115
* Automatic snapshot from revision 110
* Automatic snapshot from revision 108

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
    frame_event_set_frame;
104
104
    frame_event_set_time;
105
105
} FRAME_2.2;
 
106
 
 
107
FRAME_2.5 {
 
108
  global:
 
109
    frame_accept_touch;
 
110
    frame_reject_touch;
 
111
} FRAME_2.4;