diff options
author | NatsuDrag9 | 2018-05-30 11:11:41 +0530 |
---|---|---|
committer | NatsuDrag9 | 2018-05-30 11:11:41 +0530 |
commit | fdc0cc1d6db8a4297610071ab8d124b5586792c9 (patch) | |
tree | cbf5dac50252afae81a2bf36e9dcf843cfcbb693 /ldmicro/lib/linuxUI/linuxUI.h | |
parent | 3065f70943cb927bfe0a81c94c5d8acc151cb6be (diff) | |
parent | 05a927c0c42a1d2a24f344023aeaadf3a9a3f29b (diff) | |
download | LDMicroGtk-fdc0cc1d6db8a4297610071ab8d124b5586792c9.tar.gz LDMicroGtk-fdc0cc1d6db8a4297610071ab8d124b5586792c9.tar.bz2 LDMicroGtk-fdc0cc1d6db8a4297610071ab8d124b5586792c9.zip |
Merge branch 'Rr42-GUI_port' into GUI_port
Diffstat (limited to 'ldmicro/lib/linuxUI/linuxUI.h')
-rw-r--r-- | ldmicro/lib/linuxUI/linuxUI.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ldmicro/lib/linuxUI/linuxUI.h b/ldmicro/lib/linuxUI/linuxUI.h new file mode 100644 index 0000000..3e49de0 --- /dev/null +++ b/ldmicro/lib/linuxUI/linuxUI.h @@ -0,0 +1,19 @@ +#ifndef __LINUX_UI__ +#define __LINUX_UI__ + +/// includes +#include <gtk/gtk.h> +#include <linux/limits.h> +#include <stdio.h> +#include <inttypes.h> +#include "linuxLD.h" + +/// version control +#define LDMicro_VERSION_MAJOR 1 +#define LDMicro_VERSION_MINOR 0 + +/// functions +BOOL isFocus(HWID); +COLORREF RGB(int, int, int); + +#endif
\ No newline at end of file |