Skip to content

Commit

Permalink
mxgads: cosmetic changes.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.aros.org/svn/aros/trunk@54918 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
  • Loading branch information
mazze committed Sep 4, 2017
1 parent ea656ba commit aab724d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AROS/workbench/demos/mxgads.c
Expand Up @@ -207,10 +207,10 @@ struct Gadget Gadg2 = {

struct NewWindow NewWindowStructure = {
351,39,
220,70,
250,120,
0,1,
GADGETDOWN+GADGETUP+CLOSEWINDOW,
WINDOWDRAG+WINDOWCLOSE+ACTIVATE,
WINDOWDRAG+WINDOWCLOSE+ACTIVATE+GIMMEZEROZERO,
&Gadg2,
NULL,
(UBYTE *)"Mutual Exclude Test",
Expand Down

0 comments on commit aab724d

Please sign in to comment.