diff options
Diffstat (limited to 'include/cd_private.h')
-rw-r--r-- | include/cd_private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cd_private.h b/include/cd_private.h index c45359f..af216c5 100644 --- a/include/cd_private.h +++ b/include/cd_private.h @@ -233,6 +233,8 @@ struct _cdCanvas cdContext* context; }; +enum{CD_BASE_WIN, CD_BASE_X, CD_BASE_GDK}; +int cdBaseDriver(void); /***************/ /* attributes */ |