repo.or.cz
/
cinelerra_cv.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
r1053: Add Russian translation.
[cinelerra_cv.git]
/
guicast
/
bcpixmap.inc
blob
8b1e54150973b7a075b710b71ec719ad68c58e53
1
#ifndef BCPIXMAP_INC
2
#define BCPIXMAP_INC
3
4
class BC_Pixmap;
5
6
7
// Mode
8
#define PIXMAP_OPAQUE 0
9
#define PIXMAP_ALPHA 1
10
11
#endif