PHOTON Port only (not part of build)

Bug fixes for font rendering, list scrollbar selections and the addition
of nsSound.cpp to the Makefile.


git-svn-id: svn://10.0.0.236/trunk@99757 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
briane%qnx.com
2001-07-23 20:10:05 +00:00
parent 9884483868
commit ea1c609acf
7 changed files with 111 additions and 151 deletions

View File

@@ -58,8 +58,7 @@ our_photon_input_add (int fd,
PtFdProc_t event_processor_callback,
void *data)
{
int err = PtAppAddFd(NULL, fd, (Pt_FD_READ | Pt_FD_NOPOLL | Pt_FD_DRAIN ),
event_processor_callback,data);
int err = PtAppAddFdPri( NULL, fd, (Pt_FD_READ | Pt_FD_NOPOLL | Pt_FD_DRAIN ), event_processor_callback, data, getprio( 0 ) + 1 );
if (err != 0)
{
NS_ASSERTION(0,"nsAppShell::our_photon_input_add Error calling PtAppAddFD\n");