~mir-team/mir/development-branch

« back to all changes in this revision

Viewing changes to src/protobuf/mir_protobuf.proto

  • Committer: Tarmac
  • Author(s): Alberto Aguirre
  • Date: 2015-01-22 14:33:14 UTC
  • mfrom: (2229.3.10 dialogs_and_tooltips)
  • Revision ID: tarmac-20150122143314-onezzegwae13mmuu
Add API to create dialog and tooltip surfaces. Fixes: https://bugs.launchpad.net/bugs/1324101.

Approved by Alan Griffiths, PS Jenkins bot, Robert Carr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
  optional int32 pref_orientation = 9;
26
26
  optional int32 parent_id = 10;
27
27
  
28
 
  optional Rectangle attachment_rect = 11;
 
28
  optional Rectangle aux_rect = 11;
29
29
  optional int32 edge_attachment = 12;
30
30
}
31
31