File: toon.h

package info (click to toggle)
telak 0.5-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 140 kB
  • ctags: 66
  • sloc: ansic: 821; makefile: 69
file content (6 lines) | stat: -rw-r--r-- 174 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#include <X11/Xlib.h>

#define TOON_MESSAGE_LENGTH 128
char toon_message[TOON_MESSAGE_LENGTH];

Window ToonGetRootWindow(Display *display, int screen, Window *clientparent);