summaryrefslogtreecommitdiff
path: root/dsimple.h
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@redhat.com>2009-04-21 21:13:16 -0400
committerSøren Sandmann Pedersen <sandmann@redhat.com>2009-04-28 18:49:47 -0400
commit11fb62d5aa6304d1813b56a372b8b662f0016f92 (patch)
tree452aec56a94be4bf6a9987d7b86094d530fb7aac /dsimple.h
parent1b89edb419ee103d0ef834433b16a3822398a519 (diff)
Display _NET_WM_ICONs as ASCII art instead of as a big list of integers
Diffstat (limited to 'dsimple.h')
-rw-r--r--dsimple.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dsimple.h b/dsimple.h
index 7557571..1c09c9d 100644
--- a/dsimple.h
+++ b/dsimple.h
@@ -59,6 +59,7 @@ extern int screen; /* The current screen */
/* Declarations for functions in just_display.c */
char *Malloc(unsigned);
+char *Realloc(char *,unsigned);
char *Get_Display_Name(int *, char **);
Display *Open_Display(const char *);
void Setup_Display_And_Screen(int *, char **);