~ubuntu-branches/ubuntu/karmic/gcin/karmic

« back to all changes in this revision

Viewing changes to gcin-kbm-toggle.c

  • Committer: Bazaar Package Importer
  • Author(s): Wen-Yen Chuang
  • Date: 2008-05-20 14:57:12 UTC
  • mfrom: (1.1.9 upstream) (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080520145712-tukl1jc8mb5s9gxh
Tags: 1.4.0-1
* New upstream release
  This release fixes FTBFS on ia64 architecture. (Closes: #480520)
* Update copyright information
* Migrate from dpatch to quilt
  Drop 20_fix-manpages.dpatch and 40_fix_FTBFS_on_sparc_hppa_ia64.dpatch
  because upstream has merged them.
* Install AUTHORS file to /usr/share/doc/gcin

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include "gcin.h"
 
2
 
 
3
main()
 
4
{
 
5
  gdk_init(NULL, NULL);
 
6
  send_gcin_message(GDK_DISPLAY(), KBM_TOGGLE);
 
7
 
 
8
  return 0;
 
9
}