btuduri / palibds

Automatically exported from code.google.com/p/palibds
0 stars 0 forks source link

Create a new simple function PA_SetBgPrioSeq() #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
void PA_SetBgPrioSeq(int screen, int priority0, int priority1, int
priority2, int priority3)
{
   PA_SetBgPrio(screen, priority0, 0);
   PA_SetBgPrio(screen, priority1, 1);
   PA_SetBgPrio(screen, priority2, 2);
   PA_SetBgPrio(screen, priority3, 3);
} 

Original issue reported on code.google.com by sumigu...@gmail.com on 9 Sep 2006 at 6:18

GoogleCodeExporter commented 9 years ago
Should be Type-Enhancment Priority-Low

Original comment by sumigu...@gmail.com on 9 Sep 2006 at 6:21

GoogleCodeExporter commented 9 years ago

Original comment by elhob...@gmail.com on 9 Sep 2006 at 9:13

GoogleCodeExporter commented 9 years ago

Original comment by Molo...@gmail.com on 10 Sep 2006 at 7:21