Apply extremely trivial free() patch to WindowList.
[fvwm.git] / libs / FRenderInit.h
blob15ff508676432ccf0d4f18769cfeb93ff821ec39
1 /* -*-c-*- */
2 /* Copyright (C) 2002 Olivier Chapuis */
4 /* ---------------------------- included header files ---------------------- */
6 #ifndef F_RENDER_INIT_H
7 #define F_RENDER_INIT_H
9 void FRenderInit(Display *dpy);
10 int FRenderGetAlphaDepth(void);
11 int FRenderGetErrorCodeBase(void);
12 int FRenderGetMajorOpCode(void);
13 Bool FRenderGetErrorText(int code, char *msg);
14 Bool FRenderGetExtensionSupported(void);
16 #endif