diff options
author | akshay-c | 2019-05-06 10:36:48 +0530 |
---|---|---|
committer | akshay-c | 2019-05-06 10:36:48 +0530 |
commit | 183053f2d67a92694cd25a4294af98055e4369e7 (patch) | |
tree | 6cf548c8f38bd17b59c1e7ee10a613978172d3d9 /ldmicro/lib/linuxUI/linuxUI.h | |
parent | 52b93dc4228459bd7e1204f80d983a3b29b32f1d (diff) | |
download | LDmicroQt-183053f2d67a92694cd25a4294af98055e4369e7.tar.gz LDmicroQt-183053f2d67a92694cd25a4294af98055e4369e7.tar.bz2 LDmicroQt-183053f2d67a92694cd25a4294af98055e4369e7.zip |
Fixed doubleclickevent on DrawWindow and removed namespaces
Diffstat (limited to 'ldmicro/lib/linuxUI/linuxUI.h')
-rw-r--r-- | ldmicro/lib/linuxUI/linuxUI.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/ldmicro/lib/linuxUI/linuxUI.h b/ldmicro/lib/linuxUI/linuxUI.h index 136de4e..629ede6 100644 --- a/ldmicro/lib/linuxUI/linuxUI.h +++ b/ldmicro/lib/linuxUI/linuxUI.h @@ -276,31 +276,6 @@ int FillRect( const QRect *lprc, HBRUSH hbr); -BOOL PatBlt( - HWID hdc, - int nXLeft, - int nYLeft, - int nWidth, - int nHeight, - DWORD dwRop, - HBRUSH hbr); - -BOOL GetClientRect( - HWID hWid, - PRECT lpRect); - -BOOL MoveWindow( - HWID hWid, - int X, - int Y, - int nWidth, - int nHeight, - BOOL bRepaint); - -BOOL GetWindowRect( - HWID hWid, - PRECT pRect); - UINT SetTimer( HWID hWid, UINT nIDEvent, |