mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-01-31 04:40:55 +00:00
changed some public structures to internal (no plugin needs this)
This commit is contained in:
parent
665cfb52dc
commit
927302bcca
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ using CodeImp.DoomBuilder.Map;
|
|||
|
||||
namespace CodeImp.DoomBuilder.Controls
|
||||
{
|
||||
public struct NotifyHeader
|
||||
internal struct NotifyHeader
|
||||
{
|
||||
// hwndFrom is really an environment specifc window handle or pointer
|
||||
// but most clients of Scintilla.h do not have this type visible.
|
||||
|
@ -41,7 +41,7 @@ namespace CodeImp.DoomBuilder.Controls
|
|||
public uint code;
|
||||
};
|
||||
|
||||
public struct SCNotification
|
||||
internal struct SCNotification
|
||||
{
|
||||
public NotifyHeader nmhdr;
|
||||
public int position; // SCN_STYLENEEDED, SCN_MODIFIED, SCN_DWELLSTART, SCN_DWELLEND
|
||||
|
|
Loading…
Reference in a new issue