Commit fba279d3 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

NXproperty.c: fix comment/formatting

parent 5d2dbfaa
...@@ -451,7 +451,7 @@ ProcGetProperty(ClientPtr client) ...@@ -451,7 +451,7 @@ ProcGetProperty(ClientPtr client)
#ifdef NXAGENT_CLIPBOARD #ifdef NXAGENT_CLIPBOARD
/* GetWindowProperty clipboard use only */ /* GetWindowProperty clipboard use only */
/* FIXME: that's wrong, it is also called in Window.c and Events. */ /* FIXME: that's wrong, it is also called in Window.c and Events.c */
/* FIXME: should be moved to a different file, is not derived from /* FIXME: should be moved to a different file, is not derived from
dix */ dix */
int int
...@@ -506,7 +506,6 @@ GetWindowProperty(pWin, property, longOffset, longLength, delete, ...@@ -506,7 +506,6 @@ GetWindowProperty(pWin, property, longOffset, longLength, delete,
pProp = pProp->next; pProp = pProp->next;
} }
if (!pProp) if (!pProp)
{ {
#ifdef DEBUG #ifdef DEBUG
......
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