summaryrefslogtreecommitdiff
path: root/cursors.h
blob: 45a6ff2a407d21342ae71043e8286ad13a2e0d56 (plain)
1
2
3
4
5
6
7
8
#ifndef _CURSORS_H
#define _CURSORS_H

#define CURS_NONE    0
#define CURS_WIN     1
#define CURS_DEFAULT 2

#endif