mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-25 00:40:55 +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
bf6729546b
commit
b2e50a88da
2 changed files with 4 additions and 3 deletions
|
@ -2,7 +2,10 @@
|
||||||
|
|
||||||
* Source\win32\WIN32Server.m (-exwindowStyleForGSStyle:):
|
* Source\win32\WIN32Server.m (-exwindowStyleForGSStyle:):
|
||||||
New method used in window::::, stylewindow: and styleoffsets:::::.
|
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>
|
2008-03-06 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
* Headers\win32\WIN32Server.h: make 'orderedIn' and 'level' 32bit
|
* Headers\win32\WIN32Server.h: make 'orderedIn' and 'level' 32bit
|
||||||
|
|
|
@ -128,8 +128,6 @@ typedef struct w32serverFlags {
|
||||||
|
|
||||||
- (void) resizeBackingStoreFor: (HWND)hwnd;
|
- (void) resizeBackingStoreFor: (HWND)hwnd;
|
||||||
|
|
||||||
- (void) resetForGSWindowStyle: (HWND)hwnd w32Style:(DWORD)aStyle;
|
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
@interface WIN32Server (w32_activate)
|
@interface WIN32Server (w32_activate)
|
||||||
|
|
Loading…
Reference in a new issue