File: gcin-gb-toggle.cpp

package info (click to toggle)
gcin 2.7.6.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 17,408 kB
  • sloc: cpp: 28,181; ansic: 9,208; makefile: 576; sh: 504
file content (9 lines) | stat: -rw-r--r-- 125 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(), GB_OUTPUT_TOGGLE);

  return 0;
}