mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 23:42:16 +00:00
Remove method resetForGSWindowStyle:w32Style:.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@26245 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
12c58e77d0
commit
8233f379cf
2 changed files with 4 additions and 3 deletions
|
@ -2,7 +2,10 @@
|
|||
|
||||
* Source\win32\WIN32Server.m (-exwindowStyleForGSStyle:):
|
||||
New method used in window::::, stylewindow: and styleoffsets:::::.
|
||||
|
||||
* Headers\win32\WIN32Server.h,
|
||||
* Source\win32\WIN32Server.m (-resetForGSWindowStyle:w32Style:):
|
||||
Remove method.
|
||||
|
||||
2008-03-06 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Headers\win32\WIN32Server.h: make 'orderedIn' and 'level' 32bit
|
||||
|
|
|
@ -128,8 +128,6 @@ typedef struct w32serverFlags {
|
|||
|
||||
- (void) resizeBackingStoreFor: (HWND)hwnd;
|
||||
|
||||
- (void) resetForGSWindowStyle: (HWND)hwnd w32Style:(DWORD)aStyle;
|
||||
|
||||
@end
|
||||
|
||||
@interface WIN32Server (w32_activate)
|
||||
|
|
Loading…
Reference in a new issue