~ubuntu-branches/debian/sid/ncurses/sid

« back to all changes in this revision

Viewing changes to Ada95/gen/terminal_interface-curses-mouse.ads.m4

  • Committer: Package Import Robot
  • Author(s): Sven Joachim
  • Date: 2015-08-17 18:01:53 UTC
  • mfrom: (1.32.11)
  • Revision ID: package-import@ubuntu.com-20150817180153-ywf02awpkuzvqwdv
Tags: 6.0+20150810-1
* New upstream release.
  - Fix comparison against "/usr/include" in misc/gen-pkgconfig.in
    (Closes: #790548).
* Configure with "--with-abi-version=5", upstream defaults to abi 6 now.
* Configure with "--with-versioned-syms" (Closes: #788610).
  - Bump minimal versions of all symbols as well as shlibs to 6.
* After building the wide library, install it into a temporary
  scratchdir so that test/configure can find the necessary auxiliary
  files (see #786436).
* Drop the libncursesw5-dev build-dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
--                                 S P E C                                  --
11
11
--                                                                          --
12
12
------------------------------------------------------------------------------
 
13
-- Copyright (c) 1998-2014,2015 Free Software Foundation, Inc.              --
13
14
--                                                                          --
14
15
-- Permission is hereby granted, free of charge, to any person obtaining a  --
15
16
-- copy of this software and associated documentation files (the            --
38
38
------------------------------------------------------------------------------
39
39
--  Author:  Juergen Pfeifer, 1996
40
40
--  Version Control:
 
41
--  $Revision: 1.32 $
 
42
--  $Date: 2015/05/30 23:19:19 $
41
43
--  Binding Version 01.00
42
44
------------------------------------------------------------------------------
43
45
with System;
154
154
   pragma Inline (Mouse_Interval);
155
155
 
156
156
private
157
 
   type Event_Mask is new Interfaces.C.unsigned_long;
 
157
   --  This can be as little as 32 bits (unsigned), or as long as the system's
 
158
   --  unsigned long.  Declare it as the minimum size to handle all valid
 
159
   --  sizes.
 
160
   type Event_Mask is mod 4294967296;
158
161
 
159
162
   type Mouse_Event is
160
163
      record