File: gcin-kbm-toggle.cpp

package info (click to toggle)
gcin 2.9.4%2Bdfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 21,796 kB
  • sloc: cpp: 34,326; ansic: 9,319; makefile: 658; sh: 556
file content (9 lines) | stat: -rw-r--r-- 119 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
#include "gcin.h"

int main()
{
  gdk_init(NULL, NULL);
  send_gcin_message(GDK_DISPLAY(), KBM_TOGGLE);

  return 0;
}