]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dcclient.h
allow reading GIFs with incorrectly specified animation size (closes #9465)
[wxWidgets.git] / interface / wx / dcclient.h
index 17f39ca1a84d4cfea2285b464e0e49c7dea15064..51204a32d52473021f5d846ef7498f40221599b6 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxPaintDC
-    @wxheader{dcclient.h}
 
     A wxPaintDC must be constructed if an application wishes to paint on the
     client area of a window from within an EVT_PAINT() event handler. This
@@ -47,7 +46,6 @@ public:
 
 /**
     @class wxClientDC
-    @wxheader{dcclient.h}
 
     A wxClientDC must be constructed if an application wishes to paint on the
     client area of a window from outside an EVT_PAINT() handler. This should
@@ -81,7 +79,6 @@ public:
 
 /**
     @class wxWindowDC
-    @wxheader{dcclient.h}
 
     A wxWindowDC must be constructed if an application wishes to paint on the
     whole area of a window (client and decorations). This should normally be