summaryrefslogtreecommitdiff
path: root/gtk/gtkcolorplaneprivate.h
Commit message (Collapse)AuthorAgeFilesLines
* Move single-include guards inside include guardsMatthias Clasen2012-12-281-3/+3
| | | | | | gcc has optimizations for include guards that only work if they are outermost in the the header. https://bugzilla.gnome.org/show_bug.cgi?id=689810
* types: Move GtkAdustment declaration to gtktypes.hBenjamin Otte2012-03-031-1/+1
| | | | | ... and make all the headers to not include gtkadjustment.h anymore. Of course, also include it in the source files instead.
* types: Clean up gtkwidget.h includesBenjamin Otte2012-03-031-0/+1
| | | | | | | In particular gtksettings.h and gtkstylecontext.h needed to be included in lots of places now. Also, I order the includes alphabetically in a bunch of headers.
* Change FSF AddressJavier Jardón2012-02-271-3/+1
|
* Consistently private headersMatthias Clasen2012-02-141-0/+72
Add a 'private' suffix to all newly introduced private headers.