commit | b4b9fae6717969c0ee6b86383fb92d51d915447a | [log] [tgz] |
---|---|---|
author | Patrik Stridvall <ps@leissner.se> | Mon Apr 19 14:56:29 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Apr 19 14:56:29 1999 +0000 |
tree | 2e92b722c182ff4efcf2b516e7642be60bfee766 | |
parent | 3c9cf42d00989a0bf575c0e4efef02b7f0c45ec7 [diff] [blame] |
New debug scheme with explicit debug channels declaration.
diff --git a/objects/cursoricon.c b/objects/cursoricon.c index 7509af6..dc7c80f 100644 --- a/objects/cursoricon.c +++ b/objects/cursoricon.c
@@ -51,6 +51,9 @@ #include "message.h" #include "winerror.h" +DECLARE_DEBUG_CHANNEL(cursor) +DECLARE_DEBUG_CHANNEL(icon) + static HCURSOR hActiveCursor = 0; /* Active cursor */ static INT CURSOR_ShowCount = 0; /* Cursor display count */ static RECT CURSOR_ClipRect; /* Cursor clipping rect */