diff options
author | Camil Staps | 2015-08-21 15:34:02 +0200 |
---|---|---|
committer | Camil Staps | 2015-08-21 15:34:02 +0200 |
commit | b12dd08cdf9c0ba3d7ff4c62a14658e059348197 (patch) | |
tree | 8a83063b3d2a31c3e5889e6eea7ab24795d1a4df /Linux_C_12/cCrossCallWindows_121.c | |
parent | Removing redundant import (diff) |
Cleaning up
Diffstat (limited to 'Linux_C_12/cCrossCallWindows_121.c')
-rw-r--r-- | Linux_C_12/cCrossCallWindows_121.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Linux_C_12/cCrossCallWindows_121.c b/Linux_C_12/cCrossCallWindows_121.c index 38ba9ca..30fa5b0 100644 --- a/Linux_C_12/cCrossCallWindows_121.c +++ b/Linux_C_12/cCrossCallWindows_121.c @@ -10,12 +10,9 @@ ********************************************************************************************/
#include "cCrossCallWindows_121.h"
-#include "cCCallWindows_121.h"
-#include "cCCallSystem_121.h"
#include "cCrossCall_121.h"
#include "cCrossCallxDI_121.h"
#include <gdk/gdkkeysyms.h>
-#include <string.h>
/* Global data:
*/
@@ -834,7 +831,7 @@ void EvalCcRqSETWINDOWTITLE (CrossCallInfo *pcci) /* hwnd, textptr no result. {
printf("Setting for text view.\n");
GtkTextBuffer *buffer = gtk_text_view_get_buffer(GTK_TEXT_VIEW(window));
- gtk_text_buffer_set_text (buffer, title, strlen(title));
+ gtk_text_buffer_set_text (buffer, title, rstrlen(title));
}
else
{
|