Layout: Get the selected screen before toggle resizhint.

This commit is contained in:
Martin Duquesnoy
2009-08-19 23:16:10 +02:00
parent 93f2fe49fa
commit 020e2c88c7
8 changed files with 104 additions and 69 deletions

View File

@@ -102,7 +102,6 @@ _strdup(const char *str)
{
char *ret = emalloc(strlen(str) + 1, sizeof(char));
memset(ret, strlen(str) + 1, 0);
strcpy(ret, str);
return ret;