]> Pileus Git - ~andy/gtk/commit
calendar: Use the widget state flags as a base for drawing arrows
authorRui Matos <tiagomatos@gmail.com>
Thu, 15 Dec 2011 01:44:46 +0000 (01:44 +0000)
committerRui Matos <tiagomatos@gmail.com>
Mon, 19 Dec 2011 19:21:15 +0000 (19:21 +0000)
commit5f5d4db034728c11ad11525c47e9078af19db359
tree132da3dad759374a23f642e3e88d7dc4cd4a0f43
parentd84021a8703d6e31bd7c718c1df1a21a091fc450
calendar: Use the widget state flags as a base for drawing arrows

This allows drawing calendar arrows in all possible states the main widget may
be in.

The arrow_state array is converted into a bit field since it only really needs
to store boolean information about prelight for each arrow.
gtk/gtkcalendar.c