diff options
author | David Reveman <davidr@novell.com> | 2004-09-06 22:52:02 +0000 |
---|---|---|
committer | David Reveman <davidr@novell.com> | 2004-09-06 22:52:02 +0000 |
commit | ba1230a2b5f5a70c82b3a00fe15b96a308ae622c (patch) | |
tree | 53cc41024305c5e3ece8aa18206a2d69cdf4653a /src/glitz.h | |
parent | eed8528180cc94af4e6a65bf51a67d7632e1a085 (diff) |
Added width and height parameters to surface_create_for_window functions
Diffstat (limited to 'src/glitz.h')
-rw-r--r-- | src/glitz.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glitz.h b/src/glitz.h index 230b4b6..902efbb 100644 --- a/src/glitz.h +++ b/src/glitz.h @@ -39,7 +39,7 @@ /* NOTE: Must be manually synchronized with GLITZ_VERSION in configure.in */ #define GLITZ_MAJOR 0 #define GLITZ_MINOR 2 -#define GLITZ_REVISION 0 +#define GLITZ_REVISION 1 #if defined(__cplusplus) || defined(c_plusplus) extern "C" { |