File: cursor.h

package info (click to toggle)
ctwm 4.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,580 kB
  • sloc: ansic: 34,729; yacc: 985; sh: 466; perl: 415; lex: 133; makefile: 102
file content (17 lines) | stat: -rw-r--r-- 351 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Cursor include file
 *
 *
 * Copyright 1992 Claude Lecommandeur.
 *
 * 26-Feb-97 Richard Levitte    Initial Version.
 */

#ifndef _CTWM_CURSOR_H
#define _CTWM_CURSOR_H

void NewFontCursor(Cursor *cp, const char *str);
int NewBitmapCursor(Cursor *cp, char *source, char *mask);
Cursor MakeStringCursor(char *string);
#endif /* _CTWM_CURSOR_H */