summaryrefslogtreecommitdiff
path: root/ldmicro/includes
diff options
context:
space:
mode:
authorNatsuDrag92018-06-27 09:54:37 +0530
committerNatsuDrag92018-06-27 09:54:37 +0530
commitbb4567164fdbeaaa47dd5525f9081e81e769725e (patch)
treeea1a20104ed2930aeb7e044988bdee35a3a109eb /ldmicro/includes
parent8444936675f7de12f2cd24931cec08405427b2ed (diff)
parentf3a85302eb2c25f90189b4b087ac7730c1088c08 (diff)
downloadLDMicroGtk-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.h9
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;