Skip to content

Commit

Permalink
Disabled for now the window fade effects
Browse files Browse the repository at this point in the history
  • Loading branch information
walkero-gr committed May 27, 2021
1 parent 49a4bc4 commit 6b26211
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/aboutWin.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ Object *buildAboutWindow(struct MsgPort *appPort, struct Screen *screen)
WA_DragBar, TRUE,
WA_CloseGadget, TRUE,
WA_SizeGadget, FALSE,
WA_Opaqueness, 255, /* Initial opaqueness on opening (0..255) */
WA_OverrideOpaqueness, TRUE, /* Override global settings? (TRUE|FALSE) */
WA_FadeTime, 250000, /* Duration of transition in microseconds */
//WA_Opaqueness, 255, /* Initial opaqueness on opening (0..255) */
//WA_OverrideOpaqueness, TRUE, /* Override global settings? (TRUE|FALSE) */
//WA_FadeTime, 250000, /* Duration of transition in microseconds */
WINDOW_Iconifiable, TRUE,
WINDOW_AppPort, appPort,
WINDOW_SharedPort, appPort,
Expand Down
6 changes: 3 additions & 3 deletions src/mainWin.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,9 @@ Object *buildMainWindow(struct MsgPort *appPort, Object *winMenu)
WA_DepthGadget, TRUE,
WA_DragBar, TRUE,
WA_SizeGadget, TRUE,
WA_Opaqueness, 255, /* Initial opaqueness on opening (0..255) */
WA_OverrideOpaqueness, TRUE, /* Override global settings? (TRUE|FALSE) */
WA_FadeTime, 250000, /* Duration of transition in microseconds */
//WA_Opaqueness, 255, /* Initial opaqueness on opening (0..255) */
//WA_OverrideOpaqueness, TRUE, /* Override global settings? (TRUE|FALSE) */
//WA_FadeTime, 250000, /* Duration of transition in microseconds */
WA_NewLookMenus, TRUE,
WINDOW_AppPort, appPort,
WINDOW_Iconifiable, TRUE,
Expand Down

0 comments on commit 6b26211

Please sign in to comment.