1 /*
2 tw_cursor.c
3 */
4
5 #include "NULL.h"
6
7
8 void tw_cursor_set(Display * display, Window window, Tina_cursor_type cursor_type)
9 {
10 printf("tw_cursor_set NOT DEFINED\n");
11 }
12
13
14 void tw_set_tina_cursor(Display * display, Window window)
15 {
16 printf("tw_set_tina_cursor NOT DEFINED\n");
17 }
18
19
20 void tw_set_wait_cursor(Display * display, Window window)
21 {
22 printf("tw_set_wait_cursor NOT DEFINED\n");
23 }
24
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.