mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-26 11:24:57 +03:00
Removed comment
This commit is contained in:
parent
b2330bf426
commit
def39ad610
@ -119,9 +119,9 @@ void gui_poll(bool active)
|
||||
next_poll = clock() + (CLOCKS_PER_SEC>>3);
|
||||
}
|
||||
} else {
|
||||
if( input_window != NULL ){
|
||||
if (input_window != NULL) {
|
||||
wind_get( 0, WF_TOP, &winloc[0], &winloc[1], &winloc[2], &winloc[3]);
|
||||
if( winloc[1] == _AESapid ){
|
||||
if (winloc[1] == _AESapid) {
|
||||
/* only check for mouse move when netsurf is on top: */
|
||||
// move that into m1 event handler
|
||||
graf_mkstate( &mx, &my, &dummy, &dummy );
|
||||
|
@ -120,7 +120,6 @@ void hotlist_init(void)
|
||||
|
||||
hotlist_initialise(
|
||||
hl.tv->tree,
|
||||
/* TODO: use option_hotlist_file or slt*/
|
||||
(char*)&hl.path,
|
||||
"dir.png"
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user