To avoid multiple special-cases nulling out resources, start on a PWinObj
reference that's an Observer for the PWinObj (to be Observable).
(minor changes by Andreas Schlick)
| src/Makefile.am | |
| 31 | @@ -31,12 +31,15 @@ |
| 31 | InputDialog.cc InputDialog.hh \ |
| 32 | KeyGrabber.cc KeyGrabber.hh \ |
| 33 | ManagerWindows.cc ManagerWindows.hh \ |
| 34 | Observer.hh \ |
| 35 | Observable.cc Observable.hh \ |
| 36 | PDecor.cc PDecor.hh \ |
| 37 | PFont.cc PFont.hh \ |
| 38 | PMenu.cc PMenu.hh \ |
| 39 | PTexture.hh \ |
| 40 | PTexturePlain.cc PTexturePlain.hh \ |
| 41 | PWinObj.cc PWinObj.hh \ |
| 42 | PWinObjReference.cc PWinObjReference.hh \ |
| 43 | PImage.cc PImage.hh \ |
| 44 | PImageIcon.cc PImageIcon.hh \ |
| 45 | PImageLoader.hh \ |
| ... | |