diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2011-01-18 19:28:34 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2011-01-18 19:28:34 +0000 |
commit | c3237ce75da9d1a82ae9059697434c1187f15237 (patch) | |
tree | 481dd4bd4ce22c3066787f48aa0c982999afb5b2 /app/fvwm/modules/FvwmWinList/FvwmWinList.c | |
parent | 41d09277103eaf813d0d8e18193dd8881d0dceed (diff) |
Picture -> FvwmPicture, to avoid collisions with xrandr includes.
As noticed by Tristan Le Guern.
okay matthieu@
Diffstat (limited to 'app/fvwm/modules/FvwmWinList/FvwmWinList.c')
-rw-r--r-- | app/fvwm/modules/FvwmWinList/FvwmWinList.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/fvwm/modules/FvwmWinList/FvwmWinList.c b/app/fvwm/modules/FvwmWinList/FvwmWinList.c index 9fb6aaa39..3347d1464 100644 --- a/app/fvwm/modules/FvwmWinList/FvwmWinList.c +++ b/app/fvwm/modules/FvwmWinList/FvwmWinList.c @@ -285,7 +285,7 @@ void ProcessMessage(unsigned long type,unsigned long *body) char *name,*string; static int current_focus=-1; - Picture p; + FvwmPicture p; switch(type) { |