diff options
author | Ian C <ianc@noddybox.co.uk> | 2005-05-13 01:01:08 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2005-05-13 01:01:08 +0000 |
commit | 68bdfbc595d36ad2423860423c7018f0e1699d95 (patch) | |
tree | 6365f0443cfbf48e968e24eea6cf87d6789f4169 /Xbit.h | |
parent | fb7306526f0d6e2fe58c12ec7daad098f97b709f (diff) |
Removed overuse of DefaultDepth
Diffstat (limited to 'Xbit.h')
-rw-r--r-- | Xbit.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -204,6 +204,8 @@ void SetCurrentWin Window w ); +int GetVisualDepth(void); + XImage *CreateXImage(void); void ClsXImage |