Sync with trunk head (r49139)
[reactos.git] / subsystems / win32 / win32k / include / caret.h
1 #pragma once
2
3 #include <include/win32.h>
4 #include <include/window.h>
5
6 #define IDCARETTIMER (0xffff)
7
8 BOOL FASTCALL
9 co_IntDestroyCaret(PTHREADINFO Win32Thread);
10
11 BOOL FASTCALL
12 IntSetCaretBlinkTime(UINT uMSeconds);
13
14 BOOL FASTCALL
15 co_IntSetCaretPos(int X, int Y);
16
17 BOOL FASTCALL
18 IntSwitchCaretShowing(PVOID Info);
19
20 BOOL FASTCALL co_UserShowCaret(PWND WindowObject);
21
22 BOOL FASTCALL co_UserHideCaret(PWND WindowObject);
23
24 /* EOF */