src/java.desktop/windows/native/libawt/windows/awt_Component.h

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 1996, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 898,913 **** public: DCList() { head = NULL; } void AddDC(HDC hDC, HWND hWnd); void AddDCItem(DCItem *newItem); ! DCItem *RemoveDC(HDC hDC); DCItem *RemoveAllDCs(HWND hWnd); void RealizePalettes(int screen); }; void ReleaseDCList(HWND hwnd, DCList &list); ! void MoveDCToPassiveList(HDC hDC); #include "ObjectList.h" #endif /* AWT_COMPONENT_H */ --- 898,913 ---- public: DCList() { head = NULL; } void AddDC(HDC hDC, HWND hWnd); void AddDCItem(DCItem *newItem); ! DCItem *RemoveDC(HDC hDC, HWND hWnd); DCItem *RemoveAllDCs(HWND hWnd); void RealizePalettes(int screen); }; void ReleaseDCList(HWND hwnd, DCList &list); ! void MoveDCToPassiveList(HDC hDC, HWND hWnd); #include "ObjectList.h" #endif /* AWT_COMPONENT_H */