mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 18:11:06 +00:00
New backend instance var.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3541 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6e5a328f84
commit
680773f07a
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
Thu Jan 7 16:15:18 1999 Adam Fedor <fedor@ultra.doc.com>
|
||||
|
||||
* Headers/gnustep/gui/GSContext.h: Add new backend instance
|
||||
variable for storing method pointers.
|
||||
|
||||
Thu Jan 7 15:15:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* Tools/make_services.m: Extended to build a map of extensions to
|
||||
|
|
|
@ -84,6 +84,8 @@ typedef enum _NSWindowOrderingMode {
|
|||
{
|
||||
NSDictionary *context_info;
|
||||
NSMutableData *context_data;
|
||||
@public
|
||||
void *be_reserved;
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue