diff options
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, |