Skip to content
Snippets Groups Projects
Commit 74023d77 authored by rnc's avatar rnc
Browse files

merged display code with main app; added typedef of _ZMapWindowStruct

parent 0bb8f4d4
No related branches found
No related tags found
No related merge requests found
......@@ -25,9 +25,9 @@
* Description:
* Exported functions: See XXXXXXXXXXXXX.h
* HISTORY:
* Last edited: Jun 23 15:22 2004 (edgrif)
* Last edited: Jun 28 15:09 2004 (rnc)
* Created: Wed Mar 31 11:53:45 2004 (edgrif)
* CVS info: $Id: zmapUtils_P.h,v 1.3 2004-06-25 13:41:20 edgrif Exp $
* CVS info: $Id: zmapUtils_P.h,v 1.4 2004-06-28 15:10:12 rnc Exp $
*-------------------------------------------------------------------
*/
#ifndef ZMAP_UTILS_P_H
......@@ -84,7 +84,7 @@ TITLE " - " ZMAP_MAKE_VERSION_STRING(VERSION, RELEASE, UPDATE)
#define ZMAP_SEPARATOR "/" /* WE SHOULD BE ABLE TO CALL A FUNC
FOR THIS..... */
typedef struct _ZMapWindowStruct *ZMapWindow;
......@@ -93,5 +93,4 @@ TITLE " - " ZMAP_MAKE_VERSION_STRING(VERSION, RELEASE, UPDATE)
void zmapGUIShowMsg(ZMapMsgType msg_type, char *msg) ;
#endif /* !ZMAP_UTILS_P_H */
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment