]>
git.saurik.com Git - wxWidgets.git/blob - src/common/dcbufcmn.cpp
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: src/common/dcbufcmn.cpp
3 // Purpose: Buffered DC implementation
4 // Author: Ron Lee, Jaakko Salli
6 // Created: Sep-20-2006
8 // Copyright: (c) wxWidgets team
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
12 // ============================================================================
14 // ============================================================================
16 // ----------------------------------------------------------------------------
18 // ----------------------------------------------------------------------------
20 // For compilers that support precompilation, includes "wx.h".
21 #include "wx/wxprec.h"
30 #include "wx/dcbuffer.h"
33 // ============================================================================
35 // ============================================================================
37 // This file is intentionally empty. It has not been removed in case another
38 // wxBufferedDC reimplementation is attempted in the near future. If not then
39 // this file can be removed and the bakefiles updated.