diff dw.h @ 558:05060ce4d6ae

Fixes for the new shared memory and named event code.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 17 Apr 2004 06:04:40 +0000
parents 1a210e2f214b
children 7ca86c417a58
line wrap: on
line diff
--- a/dw.h	Sat Apr 17 05:38:09 2004 +0000
+++ b/dw.h	Sat Apr 17 06:04:40 2004 +0000
@@ -739,12 +739,12 @@
 } *HEV;
 typedef pthread_t DWTID;
 typedef void * HMOD;
-typedef struct _dw_unix_shm {
+struct _dw_unix_shm {
 	int fd;
 	char *path;
 	int sid;
 	int size;
-} HSHM;
+};
 
 typedef struct _hpixmap {
 	unsigned long width, height;
@@ -754,6 +754,7 @@
 
 typedef GtkWidget *HMENUI;
 typedef void *HTREEITEM;
+typedef void *HSHM;
 
 typedef struct _resource_struct {
 	long resource_max, *resource_id;