summaryrefslogtreecommitdiff
path: root/gui/nopic.h
diff options
context:
space:
mode:
authorSND\dario86_cp <SND\dario86_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-03-12 18:54:28 +0000
committerSND\dario86_cp <SND\dario86_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-03-12 18:54:28 +0000
commita58cfdac407bc1d8fedc11acd924b275ba28cc51 (patch)
treeb4c2e08c34ef1bfe0ba947ef8eed931c9a43fc0e /gui/nopic.h
parent9bdd06684bcc627c06ddcf4c406f6b48f0dfe389 (diff)
downloadpcsxr-a58cfdac407bc1d8fedc11acd924b275ba28cc51.tar.gz
Commited patch in issue #8171 (by darktjm).
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@64524 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'gui/nopic.h')
-rw-r--r--gui/nopic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/nopic.h b/gui/nopic.h
index 553cede5..b4296c1b 100644
--- a/gui/nopic.h
+++ b/gui/nopic.h
@@ -234,7 +234,7 @@ unsigned char cFont[10][120]=
////////////////////////////////////////////////////////////////////////
-void PaintPicDot(unsigned char * p,unsigned char c)
+static void PaintPicDot(unsigned char * p,unsigned char c)
{
if(c==0) {*p++=0x00;*p++=0x00;*p=0x00;return;} // black
@@ -246,7 +246,7 @@ void PaintPicDot(unsigned char * p,unsigned char c)
/////////////////////////////////////////////////////////////////////
// generic number/border painter
-void DrawNumBorPic(unsigned char *pMem, int lSelectedSlot)
+static void DrawNumBorPic(unsigned char *pMem, int lSelectedSlot)
{
unsigned char *pf;
int x,y;