mirror of
https://github.com/gryf/wmtemp.git
synced 2026-03-26 20:23:33 +01:00
Using NVCtrlLib library instead of nvidia-settings program. Refactoring and
code cleanup. Changed version to 0.4.0
This commit is contained in:
@@ -45,7 +45,7 @@ Display *display;
|
||||
void AddMouseRegion(int index, int left, int top, int right, int bottom);
|
||||
int CheckMouseRegion(int x, int y);
|
||||
|
||||
void openXwindow(int argc, char *argv[], char **, char *, int, int);
|
||||
void openXwindow(int argc, char *argv[], char **, const char *, int, int);
|
||||
void RedrawWindow(void);
|
||||
void RedrawWindowXY(int x, int y);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user