File: cursor.h

package info (click to toggle)
tagtool 0.12.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,352 kB
  • ctags: 1,010
  • sloc: ansic: 9,013; sh: 3,571; makefile: 121
file content (13 lines) | stat: -rw-r--r-- 131 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef CURSOR_H
#define CURSOR_H


void cursor_init(GladeXML *xml);

void cursor_set_wait();

void cursor_set_normal();



#endif