Commit 9e7afaa4 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Clipboard.c: small code improvement

parent fc4c8a3a
...@@ -1193,14 +1193,13 @@ void nxagentCollectPropertyEvent(int resource) ...@@ -1193,14 +1193,13 @@ void nxagentCollectPropertyEvent(int resource)
unsigned long ulReturnItems; unsigned long ulReturnItems;
unsigned long ulReturnBytesLeft; unsigned long ulReturnBytesLeft;
unsigned char *pszReturnData = NULL; unsigned char *pszReturnData = NULL;
int result;
/* /*
* We have received the notification so we can safely retrieve data * We have received the notification so we can safely retrieve data
* from the client structure. * from the client structure.
*/ */
result = NXGetCollectedProperty(nxagentDisplay, int result = NXGetCollectedProperty(nxagentDisplay,
resource, resource,
&atomReturnType, &atomReturnType,
&resultFormat, &resultFormat,
......
Markdown is supported
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