summaryrefslogtreecommitdiff
path: root/exa/exa.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2007-01-24 13:34:29 -0800
committerEric Anholt <eric@anholt.net>2007-01-24 13:34:58 -0800
commit7a12952fd437b105ea0d013d680f9c3a775a183c (patch)
treecffd02d6f5f51bad6532509c6038ce117f252ef3 /exa/exa.h
parentb6b855932109b4bc3454f07bef8cb079d79ca369 (diff)
Bug #7639: Only swap out pixmaps (rather than everything) on VT switch in EXA.
This is a new behavior for version 2.1 of EXA, and only takes effect if the driver has requested that. Otherwise, the previous behavior remains the same.
Diffstat (limited to 'exa/exa.h')
-rw-r--r--exa/exa.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/exa/exa.h b/exa/exa.h
index b043c122c..bf723f723 100644
--- a/exa/exa.h
+++ b/exa/exa.h
@@ -39,7 +39,7 @@
#include "fb.h"
#define EXA_VERSION_MAJOR 2
-#define EXA_VERSION_MINOR 0
+#define EXA_VERSION_MINOR 1
#define EXA_VERSION_RELEASE 0
typedef struct _ExaOffscreenArea ExaOffscreenArea;
@@ -73,8 +73,8 @@ struct _ExaOffscreenArea {
typedef struct _ExaDriver {
/**
* exa_major and exa_minor should be set by the driver to the version of
- * EXA which the driver was compiled for (or configures itself at runtime to
- * support). This allows EXA to extend the structure for new features
+ * EXA which the driver was compiled for (or configures itself at runtime
+ * to support). This allows EXA to extend the structure for new features
* without breaking ABI for drivers compiled against older versions.
*/
int exa_major, exa_minor;