summaryrefslogtreecommitdiff
path: root/ldmicro/includes/linuxUI/linuxUI.h
diff options
context:
space:
mode:
Diffstat (limited to 'ldmicro/includes/linuxUI/linuxUI.h')
-rw-r--r--ldmicro/includes/linuxUI/linuxUI.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/ldmicro/includes/linuxUI/linuxUI.h b/ldmicro/includes/linuxUI/linuxUI.h
index e084e73..02691b5 100644
--- a/ldmicro/includes/linuxUI/linuxUI.h
+++ b/ldmicro/includes/linuxUI/linuxUI.h
@@ -20,8 +20,10 @@ typedef bool BOOL;
typedef GdkRGBA COLORREF;
typedef unsigned char BYTE;
typedef unsigned int DWORD;
+
+/// all handles will hold a GtkWindow* type
typedef void* PVOID;
-typedef PVOID HANDLE;
+typedef GtkWindow* HANDLE;
typedef HANDLE HINSTANCE;
typedef HANDLE HWND;
typedef HANDLE HDC;
@@ -47,4 +49,10 @@ typedef uint64_t UINT_PTR;
typedef unsigned int UINT_PTR;
#endif
-typedef UINT_PTR WPARAM; \ No newline at end of file
+typedef UINT_PTR WPARAM;
+typedef unsigned int UINT;
+
+/// common windows referances for linux - end
+
+/// functions
+BOOL isFocus(HWND); \ No newline at end of file