~onli/simdock/master

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: onli
  • Date: 2014-11-13 22:49:54 UTC
  • Revision ID: git-v1:cc6ee865900db5d13ab70461d098066af22970a7
Fix flicker on hover
After an update to the newest X with mesa drivers (radeon), simdock started to flicker. Turns out this was caused by changing icons y-variable always by zoomChange, even when reducing the change for width and height in the last steps to not step over, thus replacing the icon a bit (stepping over the paintarea?). It's unclear to me why this lead to flicker now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
SHELL ?= /bin/sh
9
9
CC = g++
10
 
# CC := clang --analyze
 
10
#CC := clang++ -v
11
11
CCFLAGS ?= -march=native -O2 -flto -Wall -pipe
12
12
DEPS = $(shell pkg-config --cflags glib-2.0 gconf-2.0 gtk+-2.0 libwnck-1.0 xcb-ewmh)
13
13
DEPS += $(shell wx-config --cflags )