diff options
author | NatsuDrag9 | 2018-06-27 09:54:37 +0530 |
---|---|---|
committer | NatsuDrag9 | 2018-06-27 09:54:37 +0530 |
commit | bb4567164fdbeaaa47dd5525f9081e81e769725e (patch) | |
tree | ea1a20104ed2930aeb7e044988bdee35a3a109eb /ldmicro/includes | |
parent | 8444936675f7de12f2cd24931cec08405427b2ed (diff) | |
parent | f3a85302eb2c25f90189b4b087ac7730c1088c08 (diff) | |
download | LDMicroGtk-bb4567164fdbeaaa47dd5525f9081e81e769725e.tar.gz LDMicroGtk-bb4567164fdbeaaa47dd5525f9081e81e769725e.tar.bz2 LDMicroGtk-bb4567164fdbeaaa47dd5525f9081e81e769725e.zip |
Merged changes and updated DestroyWindow function in all files.
Diffstat (limited to 'ldmicro/includes')
-rw-r--r-- | ldmicro/includes/ldmicro.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/ldmicro/includes/ldmicro.h b/ldmicro/includes/ldmicro.h index d531a68..8bf490f 100644 --- a/ldmicro/includes/ldmicro.h +++ b/ldmicro/includes/ldmicro.h @@ -780,15 +780,14 @@ void WriteIhex(FILE *f, BYTE b); void FinishIhex(FILE *f); char *IoTypeToString(int ioType); void PinNumberForIo(char *dest, PlcProgramSingleIo *io); -HWND CreateWindowClient(DWORD exStyle, char *className, char *windowName, - DWORD style, int x, int y, int width, int height, HWND parent, - HMENU menu, HINSTANCE instance, void *param); +HWID CreateWindowClient(GtkWindowType wType, GdkWindowTypeHint wthint, char *windowName, + int x, int y, int width, int height, HWND parent); void MakeComponentListClass(void); void MakeNamingListClass(void); void MakeDialogBoxClass(void); -void NiceFont(HWND h); -void FixedFont(HWND h); +void NiceFont(HWID h); +void FixedFont(HWID h); void CompileSuccessfulMessage(char *str); extern BOOL RunningInBatchMode; extern HFONT MyNiceFont; |