blob: 9963e2811b28f88f7ddde1201b0405a45a4be8b4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#include "util_121.h"
extern OSWindowPtr ghCaretWnd;
extern void DeleteCursors(); /* Delete all created mouse cursors */
/*
* InstallCrossCallFileSelectors adds the proper cross call procedures to the
* cross call procedures managed by cCrossCall_121.c.
*/
extern OS InstallCrossCallWindows (OS);
/* GetUpdateRect */
extern int GetUpdateRect(OSWindowPtr, GdkRectangle*, gboolean);
|