~ubuntu-branches/ubuntu/lucid/libx11/lucid

« back to all changes in this revision

Viewing changes to src/xlibi18n/Ximint.h

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen
  • Date: 2009-01-17 16:34:54 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20090117163454-gaey3cd32xyavueo
Tags: 2:1.1.99.2-1build1
Fakesync with Debian, all previous Ubuntu changes are included
in the new upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
distribution of the software without specific, written prior
14
14
permission.  FUJITSU LIMITED and Sony Corporation makes no
15
15
representations about the suitability of this software for any
16
 
purpose.  It is provided "as is" without express or implied warranty. 
 
16
purpose.  It is provided "as is" without express or implied warranty.
17
17
 
18
18
FUJITSU LIMITED AND SONY CORPORATION DISCLAIM ALL WARRANTIES WITH
19
19
REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
22
22
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
23
23
PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
24
24
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
25
 
PERFORMANCE OF THIS SOFTWARE. 
 
25
PERFORMANCE OF THIS SOFTWARE.
26
26
 
27
 
  Author:   Takashi Fujiwara   FUJITSU LIMITED 
 
27
  Author:   Takashi Fujiwara   FUJITSU LIMITED
28
28
                               fujiwara@a80.tech.yk.fujitsu.co.jp
29
29
  Motifier: Makoto Wakamatsu   Sony Corporation
30
30
                               makoto@sm.sony.co.jp
585
585
    Xim                   im,
586
586
    XIMResourceList       res_list,
587
587
    unsigned int          res_num,
588
 
    XIMArg               *arg, 
 
588
    XIMArg               *arg,
589
589
    XIMArg              **arg_ret,
590
590
    char                 *buf,
591
591
    int                   size,
598
598
    Xic                   ic,
599
599
    XIMResourceList       res_list,
600
600
    unsigned int          res_num,
601
 
    XIMArg               *arg, 
 
601
    XIMArg               *arg,
602
602
    XIMArg              **arg_ret,
603
603
    char                 *buf,
604
604
    int                   size,
870
870
#endif
871
871
 
872
872
extern Bool _XimCbDispatch(
873
 
    Xim im, 
874
 
    INT16 len, 
875
 
    XPointer data, 
 
873
    Xim im,
 
874
    INT16 len,
 
875
    XPointer data,
876
876
    XPointer call_data
877
877
);
878
878