Commit 040ef525d059bafe8851c66c9d6a6d9a2c295d7e
1 parent
32c0543f
Exists in
master
and in
1 other branch
Updating toggle api, fixing warnings.
Showing
3 changed files
with
4 additions
and
1 deletions
Show diff stats
.gitignore
src/ipc3270c/linux/gobject.c
src/ipc3270c/windows/main.c
@@ -44,6 +44,7 @@ | @@ -44,6 +44,7 @@ | ||
44 | #include <pw3270/ipcpackets.h> | 44 | #include <pw3270/ipcpackets.h> |
45 | #include <lib3270/actions.h> | 45 | #include <lib3270/actions.h> |
46 | #include <lib3270/charset.h> | 46 | #include <lib3270/charset.h> |
47 | + #include <lib3270/toggle.h> | ||
47 | 48 | ||
48 | /*--[ Defines ]--------------------------------------------------------------------------------------*/ | 49 | /*--[ Defines ]--------------------------------------------------------------------------------------*/ |
49 | 50 | ||
@@ -595,7 +596,7 @@ | @@ -595,7 +596,7 @@ | ||
595 | LocalFree(lpMsgBuf); | 596 | LocalFree(lpMsgBuf); |
596 | } | 597 | } |
597 | 598 | ||
598 | - LIB3270_EXPORT int pw3270_plugin_start(GtkWidget *window, GtkWidget *terminal) | 599 | + LIB3270_EXPORT int pw3270_plugin_start(GtkWidget G_GNUC_UNUSED(*window), GtkWidget *terminal) |
599 | { | 600 | { |
600 | char id; | 601 | char id; |
601 | const gchar * name = v3270_get_session_name(terminal); | 602 | const gchar * name = v3270_get_session_name(terminal); |