diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2013-07-03 15:41:36 +0100 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2013-07-06 11:39:53 +0100 |
commit | ae7c58ef40300101a06fa4e8c832998b339435b6 (patch) | |
tree | 1d5e6573fbb58c7eaa756cd5970918a8628f2a7f | |
parent | dc57a46e8bafc6e0ed2f195a3bf82c2f6e3a690d (diff) |
Update for removed XCWM_EVENT_WINDOW_EXPOSE
-rw-r--r-- | src/main.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -85,9 +85,6 @@ eventHandler(const xcwm_event_t *event) UpdateImage(window); break; - case XCWM_EVENT_WINDOW_EXPOSE: // I don't think this event could ever be needed and is a mistake - break; - case XCWM_EVENT_WINDOW_APPEARANCE: UpdateStyle(window); break; |