Trasformato EVENT in XinEvent

git-svn-id: svn://10.65.10.50/trunk@6602 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 1998-05-04 10:16:16 +00:00
parent 4bac31af7e
commit 26a901a6ff

View File

@ -79,7 +79,7 @@ receive_primesel( Widget widget, XtPointer data, Atom * selection,
rp_xi_obj = NULL; rp_xi_obj = NULL;
for ( p = s; *p != '\0'; ++p ) for ( p = s; *p != '\0'; ++p )
{ {
EVENT ev; XinEvent ev;
MEMCLEAR( ev ); MEMCLEAR( ev );
ev.type = XinEventCharacter; ev.type = XinEventCharacter;