summaryrefslogtreecommitdiff
path: root/src/d/lyt/msg_window
diff options
context:
space:
mode:
authorrobojumper <robojumper@gmail.com>2025-10-10 01:05:19 +0200
committerrobojumper <robojumper@gmail.com>2025-10-10 01:19:59 +0200
commit6d7a7007c057a5fbbdc88f12f44aab6ec7a8d030 (patch)
tree76f9b75a57b3f958162069bccc3c041da60b1d9d /src/d/lyt/msg_window
parenta7ab2f6fee5eeb545d29fed66381262a163b6f98 (diff)
more
Diffstat (limited to 'src/d/lyt/msg_window')
-rw-r--r--src/d/lyt/msg_window/d_lyt_msg_window_get.cpp1
-rw-r--r--src/d/lyt/msg_window/d_lyt_msg_window_link.cpp1
-rw-r--r--src/d/lyt/msg_window/d_lyt_msg_window_talk.cpp1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/d/lyt/msg_window/d_lyt_msg_window_get.cpp b/src/d/lyt/msg_window/d_lyt_msg_window_get.cpp
index d595badc..4274e323 100644
--- a/src/d/lyt/msg_window/d_lyt_msg_window_get.cpp
+++ b/src/d/lyt/msg_window/d_lyt_msg_window_get.cpp
@@ -177,6 +177,7 @@ bool dLytMsgWindowGet_c::execute() {
void dLytMsgWindowGet_c::draw() {
// NONMATCHING
+ // TODO - SetVisible clrlwi
// The instruction patterns here are the same that EGG::StateGX::Scoped
// generates, but there's no RAII to be found here. What's the missing
// link that makes the compiler generate these?
diff --git a/src/d/lyt/msg_window/d_lyt_msg_window_link.cpp b/src/d/lyt/msg_window/d_lyt_msg_window_link.cpp
index 7b03ef4b..6564a7f3 100644
--- a/src/d/lyt/msg_window/d_lyt_msg_window_link.cpp
+++ b/src/d/lyt/msg_window/d_lyt_msg_window_link.cpp
@@ -240,6 +240,7 @@ bool dLytMsgWindowLink_c::execute() {
void dLytMsgWindowLink_c::draw() {
// NONMATCHING
+ // TODO - SetVisible clrlwi
// The instruction patterns here are the same that EGG::StateGX::Scoped
// generates, but there's no RAII to be found here. What's the missing
// link that makes the compiler generate these?
diff --git a/src/d/lyt/msg_window/d_lyt_msg_window_talk.cpp b/src/d/lyt/msg_window/d_lyt_msg_window_talk.cpp
index 30adeeab..8f9cde37 100644
--- a/src/d/lyt/msg_window/d_lyt_msg_window_talk.cpp
+++ b/src/d/lyt/msg_window/d_lyt_msg_window_talk.cpp
@@ -240,6 +240,7 @@ bool dLytMsgWindowTalk_c::execute() {
void dLytMsgWindowTalk_c::draw() {
// NONMATCHING
+ // TODO - SetVisible clrlwi
// The instruction patterns here are the same that EGG::StateGX::Scoped
// generates, but there's no RAII to be found here. What's the missing
// link that makes the compiler generate these?