| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
GtkBitMask was typedef'd twice.
|
|
|
|
|
|
|
|
|
| |
This does nothing but turn all GtkBitmask functions into static inline
functions that call the gtk_allocated_bitmask_*() equivalent.
The implementation of the static functions has also been put into a
private header, to not scare people who want to see how things are
implemented.
|
|
|
|
|
| |
This alone saves ~240k of GtkBitmap data after just starting up
nautilus.
|
|
|
|
|
|
| |
(Actually, it's not a real 'new' value yet, but will be soon.
This is the first step to make bitmasks immutable.
|
| |
|
|
The CSS code likes to have that very much.
|