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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user