window.h
changeset 1323 41397685320a
parent 1178 ce85710f92ff
child 1386 aa5a172a8431
--- a/window.h	Sun Feb 06 18:28:35 2005 +0000
+++ b/window.h	Sun Feb 06 18:30:45 2005 +0000
@@ -91,7 +91,7 @@
 
 	struct {
 		byte event;
-		byte *str;
+		char *str;
 	} edittext;
 
 	struct {
@@ -228,7 +228,7 @@
 	WindowClass wnd_class;
 	WindowNumber wnd_num;
 	uint16 maxlen, maxwidth;
-	byte *buf;
+	char *buf;
 } querystr_d;
 
 #define WP(ptr,str) (*(str*)(ptr)->custom)