mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09:00
Issue #80 - De-unify editor/composer
This commit is contained in:
parent
f0b717678c
commit
32db6ce7bf
2 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ XPIDL_SOURCES += [
|
|||
|
||||
XPIDL_MODULE = 'composer'
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
SOURCES += [
|
||||
'nsComposerCommands.cpp',
|
||||
'nsComposerCommandsUpdater.cpp',
|
||||
'nsComposerController.cpp',
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
|
||||
#include "nsString.h" // for nsCString
|
||||
|
||||
class nsPIDOMWindowOuter;
|
||||
class mozIDOMWindowProxy;
|
||||
class nsIDOMWindow;
|
||||
class nsISupports;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue