Ignore:
Timestamp:
06/19/08 01:36:52 (5 years ago)
Author:
sam
Message:
  • Do not build grab.c conditionally; instead, make grab_process() and create_pty_grab() return an error if the feature isn't available.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • neercs/trunk/src/screens.c

    r2448 r2455  
    3030#include "neercs.h" 
    3131 
    32 #ifdef USE_GRAB 
    3332struct screen* create_screen_grab(int w, int h, int pid) 
    3433{ 
     
    5857    return s; 
    5958} 
    60 #endif 
    6159 
    6260struct screen* create_screen(int w, int h, char *command) 
Note: See TracChangeset for help on using the changeset viewer.