diff options
author | akshay-c | 2019-05-07 10:50:36 +0530 |
---|---|---|
committer | akshay-c | 2019-05-07 10:50:36 +0530 |
commit | f6250bab468eadfc020922040966d6ba75edd341 (patch) | |
tree | 7facc6d3fd89c0c23bce197ca9eb67fd2b20a185 /ldmicro/lib/linuxUI/linuxLD.h | |
parent | 46fbe3ae31bb5687f31b17acac4c449699876f2f (diff) | |
download | LDmicroQt-f6250bab468eadfc020922040966d6ba75edd341.tar.gz LDmicroQt-f6250bab468eadfc020922040966d6ba75edd341.tar.bz2 LDmicroQt-f6250bab468eadfc020922040966d6ba75edd341.zip |
Uncommented Titlebar Update Calls at places; Code beautification and code cleaning
Diffstat (limited to 'ldmicro/lib/linuxUI/linuxLD.h')
-rw-r--r-- | ldmicro/lib/linuxUI/linuxLD.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/ldmicro/lib/linuxUI/linuxLD.h b/ldmicro/lib/linuxUI/linuxLD.h index 46eb523..8b19538 100644 --- a/ldmicro/lib/linuxUI/linuxLD.h +++ b/ldmicro/lib/linuxUI/linuxLD.h @@ -28,16 +28,6 @@ #define IMAGE_ICON 1 #define LDMICRO_ICON "../ldmicro.ico" -/// Macro functions -// #define max(_A, _B) std::max(_A, _B) - -/*#define max(_A, _B) { \ - if((_A) > (_B)) \ - return (_A); \ - else \ - return (_B); \ - }*/ - /// Typedefs //typedef int64_t __int64; typedef bool BOOL; @@ -160,18 +150,7 @@ typedef struct { UINT mask; int iItem; int iSubItem; -// UINT state; -// UINT stateMask; LPTSTR pszText; -// int cchTextMax; -// int iImage; -// LPARAM lParam; -// int iIndent; -// int iGroupId; -// UINT cColumns; -// PUINT puColumns; -// int *piColFmt; -// int iGroup; } LVITEM, *LPLVITEM; typedef struct tagNMHDR { @@ -193,7 +172,6 @@ typedef struct FontTag { typedef struct tagLOGBRUSH { UINT lbStyle; COLORREF lbColor; -// ULONG_PTR lbHatch; } LOGBRUSH, *PLOGBRUSH; typedef struct _RECT { |