diff options
Diffstat (limited to 'Linux_C_12/cCrossCallWindows_121.h')
-rw-r--r-- | Linux_C_12/cCrossCallWindows_121.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Linux_C_12/cCrossCallWindows_121.h b/Linux_C_12/cCrossCallWindows_121.h new file mode 100644 index 0000000..9963e28 --- /dev/null +++ b/Linux_C_12/cCrossCallWindows_121.h @@ -0,0 +1,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);
|