File: gcin-gb-toggle.cpp

package info (click to toggle)
gcin 2.9.4%2Bdfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 21,812 kB
  • sloc: cpp: 34,326; ansic: 9,319; makefile: 648; sh: 556
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;
}