mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Minor change in ChangeLog to force recompile
This commit is contained in:
parent
a47277e0f8
commit
8263947de1
2 changed files with 19 additions and 16 deletions
32
ChangeLog
32
ChangeLog
|
@ -1,23 +1,23 @@
|
|||
2020-04-13 Gregory John Casamento <greg.casamento@gmail.com>
|
||||
|
||||
* Headers/AppKit/AppKitErrors.h
|
||||
* Headers/AppKit/AppKit.h
|
||||
* Headers/AppKit/NSFontAssetRequest.h
|
||||
* Headers/AppKit/NSMediaLibraryBrowserController.h
|
||||
* Headers/AppKit/NSScrubber.h
|
||||
* Headers/AppKit/NSScrubberItemView.h
|
||||
* Headers/AppKit/NSScrubberLayout.h
|
||||
* Headers/AppKit/NSSharingServicePickerToolbarItem.h
|
||||
* Headers/AppKit/NSUserInterfaceCompression.h
|
||||
* Headers/AppKit/NSUserInterfaceItemSearching.h
|
||||
* Headers/AppKit/NSWindowRestoration.h
|
||||
* Headers/AppKit/AppKitErrors.h:
|
||||
* Headers/AppKit/AppKit.h:
|
||||
* Headers/AppKit/NSFontAssetRequest.h:
|
||||
* Headers/AppKit/NSMediaLibraryBrowserController.h:
|
||||
* Headers/AppKit/NSScrubber.h:
|
||||
* Headers/AppKit/NSScrubberItemView.h:
|
||||
* Headers/AppKit/NSScrubberLayout.h:
|
||||
* Headers/AppKit/NSSharingServicePickerToolbarItem.h:
|
||||
* Headers/AppKit/NSUserInterfaceCompression.h:
|
||||
* Headers/AppKit/NSUserInterfaceItemSearching.h:
|
||||
* Headers/AppKit/NSWindowRestoration.h:
|
||||
* MISSING: Remove mention of these classes.
|
||||
* Source/GNUmakefile
|
||||
* Source/NSFontAssetRequest.m
|
||||
* Source/NSMediaLibraryBrowserController.m
|
||||
* Source/NSScrubberItemView.m
|
||||
* Source/NSScrubberLayout.m
|
||||
* Source/NSScrubber.m
|
||||
* Source/NSFontAssetRequest.m:
|
||||
* Source/NSMediaLibraryBrowserController.m:
|
||||
* Source/NSScrubberItemView.m:
|
||||
* Source/NSScrubberLayout.m:
|
||||
* Source/NSScrubber.m:
|
||||
* Source/NSSharingServicePickerToolbarItem.m: Add code to allow
|
||||
compilation using these classes. These are Mac specific so they
|
||||
can't be implemented on any other platform due to HW or
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
#define _NSUserInterfaceItemSearching_h_GNUSTEP_GUI_INCLUDE
|
||||
|
||||
#import <Foundation/NSObject.h>
|
||||
#import <Foundation/NSRange.h>
|
||||
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST)
|
||||
|
||||
|
@ -33,6 +34,8 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
@class NSArray, NSString;
|
||||
|
||||
DEFINE_BLOCK_TYPE(GSSearchItemsMatchedItemHandler, void, NSArray*);
|
||||
|
||||
@protocol NSUserInterfaceItemSearching <NSObject>
|
||||
|
|
Loading…
Reference in a new issue